{ "version": 4, "terraform_version": "1.6.2", "serial": 485, "lineage": "eb4d37ad-a8ac-d1c7-0510-3a3ea79e3fad", "outputs": { "db_endpoint": { "value": "db-1.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-7ad3a4008af25176f", "ami": "ami-f11de044", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2caee1b8"], "subnet_id": "subnet-95566560", "key_name": "prod-deploy-key" } } ] } ] }