{ "version": 4, "terraform_version": "1.7.8", "serial": 324, "lineage": "0be33223-3415-163a-6364-4ebffca9765b", "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-24be9cd67ad3742af", "ami": "ami-8ccf3c06", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-55386e52"], "subnet_id": "subnet-4f361748", "key_name": "prod-deploy-key" } } ] } ] }