{ "version": 4, "terraform_version": "1.5.8", "serial": 584, "lineage": "d5ec0854-2b71-4aff-6f2f-537528521d13", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-7b4c88bff14ac86b3", "ami": "ami-0971566b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-91aa0ccb"], "subnet_id": "subnet-03c038a8", "key_name": "prod-deploy-key" } } ] } ] }