{ "version": 4, "terraform_version": "1.8.4", "serial": 371, "lineage": "94a058e6-9e69-e75c-fdb2-efc48d1ee0ae", "outputs": { "db_endpoint": { "value": "db-3.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-d45981248bfafa90b", "ami": "ami-b0471fae", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ba5c460e"], "subnet_id": "subnet-297b71dd", "key_name": "prod-deploy-key" } } ] } ] }