{ "version": 4, "terraform_version": "1.7.9", "serial": 151, "lineage": "3359109e-a85d-12f4-36c7-dcb57f769b31", "outputs": { "db_endpoint": { "value": "db-3.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-fc0b3dde55b8dd7e9", "ami": "ami-150accc4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8a41b606"], "subnet_id": "subnet-2252e09c", "key_name": "prod-deploy-key" } } ] } ] }