{ "version": 4, "terraform_version": "1.6.4", "serial": 232, "lineage": "51e0469c-2fee-f483-20ff-07c4560314f8", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-234b51ef4bb84b615", "ami": "ami-779927fb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c237461d"], "subnet_id": "subnet-fad76ea4", "key_name": "prod-deploy-key" } } ] } ] }