{ "version": 4, "terraform_version": "1.5.9", "serial": 341, "lineage": "ee606f8d-86d7-8e47-6e4c-152f8f7d3b87", "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-657806e6ac1a7c974", "ami": "ami-df879a42", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f33de2da"], "subnet_id": "subnet-915c6a8f", "key_name": "prod-deploy-key" } } ] } ] }