{ "version": 4, "terraform_version": "1.7.9", "serial": 303, "lineage": "92e205ba-36fc-c8e9-c7bc-68a951f43abf", "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-41f2e481b58022e71", "ami": "ami-745e5350", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-64773ef0"], "subnet_id": "subnet-3791c2f5", "key_name": "prod-deploy-key" } } ] } ] }