{ "version": 4, "terraform_version": "1.6.2", "serial": 554, "lineage": "8e1de71c-33c5-a95d-93fd-a3af724cd084", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-be879a63aa93749a4", "ami": "ami-e7fc2cde", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a8fe0e51"], "subnet_id": "subnet-e313bce4", "key_name": "prod-deploy-key" } } ] } ] }