{ "version": 4, "terraform_version": "1.6.9", "serial": 328, "lineage": "eda6d4f9-a5c0-6ef1-c3f0-82797e1c2e94", "outputs": { "db_endpoint": { "value": "db-4.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-ac8fe55463e164e3b", "ami": "ami-ad5dd946", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-84ff96cd"], "subnet_id": "subnet-c3cf1315", "key_name": "prod-deploy-key" } } ] } ] }