{ "version": 4, "terraform_version": "1.8.9", "serial": 159, "lineage": "353f9551-c7bf-1630-d94d-92f477aa5361", "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-e5d5cf3dca0db77bf", "ami": "ami-13688eec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ac2b57ab"], "subnet_id": "subnet-91e6c5d5", "key_name": "prod-deploy-key" } } ] } ] }