{ "version": 4, "terraform_version": "1.7.4", "serial": 563, "lineage": "66d9f2d2-ef7d-00b8-75c6-0789605e8080", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-33f62a78d30f5f32a", "ami": "ami-279b77ba", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b13aab69"], "subnet_id": "subnet-a3561275", "key_name": "prod-deploy-key" } } ] } ] }