{ "version": 4, "terraform_version": "1.8.0", "serial": 295, "lineage": "1109e825-fdb4-30c2-dcd4-534a41e9b9a6", "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-fd1db24fbf8bec88d", "ami": "ami-a0e3632e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1199e77b"], "subnet_id": "subnet-4747ba5e", "key_name": "prod-deploy-key" } } ] } ] }