{ "version": 4, "terraform_version": "1.5.8", "serial": 415, "lineage": "6bb8fe7a-5d0a-5b79-58ea-6d52e5fff794", "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-ffb8be0a8778bbd16", "ami": "ami-5a75233b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66508a42"], "subnet_id": "subnet-783de883", "key_name": "prod-deploy-key" } } ] } ] }