{ "version": 4, "terraform_version": "1.6.5", "serial": 437, "lineage": "4a1e6ad1-ba63-a032-bac8-f2d7c53ddea7", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-87c16b718a6f376f4", "ami": "ami-d7c76f0a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-36228ac7"], "subnet_id": "subnet-1652b71f", "key_name": "prod-deploy-key" } } ] } ] }