{ "version": 4, "terraform_version": "1.5.5", "serial": 419, "lineage": "04295351-b6d1-d704-0ed0-b8838c8757e2", "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-2f3f1a5e9a8351e3d", "ami": "ami-cb02f524", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf1d0c80"], "subnet_id": "subnet-7ac7f016", "key_name": "prod-deploy-key" } } ] } ] }