{ "version": 4, "terraform_version": "1.8.2", "serial": 227, "lineage": "91fdab08-af12-c339-1ed5-7e9a41934b89", "outputs": { "db_endpoint": { "value": "db-1.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-efd2cfefe82fe8445", "ami": "ami-fad61a8b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b9a5348a"], "subnet_id": "subnet-51d5c8dd", "key_name": "prod-deploy-key" } } ] } ] }