{ "version": 4, "terraform_version": "1.7.9", "serial": 256, "lineage": "f8db931c-cb2f-5921-b107-afe0b3670f03", "outputs": { "db_endpoint": { "value": "db-1.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-e12c3ef5e1b421047", "ami": "ami-2b210622", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5cec11fb"], "subnet_id": "subnet-35bab50f", "key_name": "prod-deploy-key" } } ] } ] }