{ "version": 4, "terraform_version": "1.7.8", "serial": 384, "lineage": "1970ea1d-f160-b70f-3fee-4cd8ca1d5513", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-330b7d20460586015", "ami": "ami-6cf89eb3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06996104"], "subnet_id": "subnet-c97c2f0d", "key_name": "prod-deploy-key" } } ] } ] }