{ "version": 4, "terraform_version": "1.5.8", "serial": 418, "lineage": "276fc80d-78c0-9a4f-7f6d-2b6943c62a38", "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-46a5cba487669fbd6", "ami": "ami-7b4b6b40", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f32e7aa"], "subnet_id": "subnet-f6e3a72e", "key_name": "prod-deploy-key" } } ] } ] }