{ "version": 4, "terraform_version": "1.6.7", "serial": 485, "lineage": "b830a63a-de4f-6465-5d8a-61bb0e7d1207", "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-a5ac1a3940262d693", "ami": "ami-b914f8e0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c41ddde8"], "subnet_id": "subnet-e892e042", "key_name": "prod-deploy-key" } } ] } ] }