{ "version": 4, "terraform_version": "1.7.9", "serial": 340, "lineage": "99c2e464-cd40-cac1-d66c-43ce8740f2c3", "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-5debd9cc711d36e95", "ami": "ami-c09fb8a4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1a6efa6d"], "subnet_id": "subnet-f0fc35de", "key_name": "prod-deploy-key" } } ] } ] }