{ "version": 4, "terraform_version": "1.5.9", "serial": 357, "lineage": "3931a090-e5bc-cb52-d47e-4b56d0e49c76", "outputs": { "db_endpoint": { "value": "db-1.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-71492d059edb6761a", "ami": "ami-56c0ef2c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f207c7e5"], "subnet_id": "subnet-6a1f0845", "key_name": "prod-deploy-key" } } ] } ] }