{ "version": 4, "terraform_version": "1.7.8", "serial": 367, "lineage": "0a90508e-3a9e-f5c4-f010-32bccdfb384f", "outputs": { "db_endpoint": { "value": "db-2.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-c2c9933735d2370f6", "ami": "ami-58598191", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b9c0f717"], "subnet_id": "subnet-9a48ccb9", "key_name": "prod-deploy-key" } } ] } ] }