{ "version": 4, "terraform_version": "1.5.9", "serial": 469, "lineage": "96a3f5b8-f8c6-9391-1e73-44399486bd44", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-22eabc206487308ac", "ami": "ami-1b723dd2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ad7ddccf"], "subnet_id": "subnet-de608ecf", "key_name": "prod-deploy-key" } } ] } ] }