{ "version": 4, "terraform_version": "1.7.8", "serial": 250, "lineage": "5e44ab28-f42d-6c87-98c3-916b6ec348ab", "outputs": { "db_endpoint": { "value": "db-0.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-91ad511d2c085b96e", "ami": "ami-912e95f7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-adfe0ca4"], "subnet_id": "subnet-f60eafee", "key_name": "prod-deploy-key" } } ] } ] }