{ "version": 4, "terraform_version": "1.7.9", "serial": 414, "lineage": "c3f8b3f4-5760-2a7b-048a-f6b5173152d4", "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-069c848a472c93463", "ami": "ami-3215e875", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b8df45be"], "subnet_id": "subnet-bb88639e", "key_name": "prod-deploy-key" } } ] } ] }