{ "version": 4, "terraform_version": "1.8.7", "serial": 207, "lineage": "f8b88d1d-b7f0-0e5a-7102-79c0e2b696c4", "outputs": { "db_endpoint": { "value": "db-4.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-5d78a0ecd9491deae", "ami": "ami-a3aa7f70", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-152c919f"], "subnet_id": "subnet-bc2175e6", "key_name": "prod-deploy-key" } } ] } ] }