{ "version": 4, "terraform_version": "1.6.9", "serial": 452, "lineage": "1f1825f0-7270-d7d4-64f2-225ea57c0624", "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-d2feb958feeb3cd3e", "ami": "ami-1497dfc1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cfa4b110"], "subnet_id": "subnet-f0996626", "key_name": "prod-deploy-key" } } ] } ] }