{ "version": 4, "terraform_version": "1.8.0", "serial": 484, "lineage": "eddb0d58-eabe-e9e4-28c7-80fd35365ae9", "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-3643fe7294c3f4c71", "ami": "ami-899a842b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7552f1c6"], "subnet_id": "subnet-a5d8151f", "key_name": "prod-deploy-key" } } ] } ] }