{ "version": 4, "terraform_version": "1.8.3", "serial": 190, "lineage": "18b6d82e-6ea7-1647-eb29-3c5ffbab9471", "outputs": { "db_endpoint": { "value": "db-4.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-62c1f5517bd537330", "ami": "ami-f0dcfa4b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38b2fa76"], "subnet_id": "subnet-b03d4730", "key_name": "prod-deploy-key" } } ] } ] }