{ "version": 4, "terraform_version": "1.7.8", "serial": 432, "lineage": "ee19b7de-4d4c-4247-b042-95736b6efb07", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-f0bce77b71dc83546", "ami": "ami-43b5c86c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-650a48b6"], "subnet_id": "subnet-bd1a81f2", "key_name": "prod-deploy-key" } } ] } ] }