{ "version": 4, "terraform_version": "1.6.8", "serial": 276, "lineage": "1e467db8-f95e-52e1-637e-d5b4205fdad5", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f99d180e970390cd0", "ami": "ami-4f7b339c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d023332e"], "subnet_id": "subnet-9d70a6d8", "key_name": "prod-deploy-key" } } ] } ] }