{ "version": 4, "terraform_version": "1.7.5", "serial": 362, "lineage": "364dd11d-5440-927a-6580-7586cdbad685", "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-6f9b02d98a3a12503", "ami": "ami-5dca0cab", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-650e3710"], "subnet_id": "subnet-b13f99aa", "key_name": "prod-deploy-key" } } ] } ] }