{ "version": 4, "terraform_version": "1.7.5", "serial": 244, "lineage": "c7116e03-a3f8-9dc4-9633-7d77c608ac94", "outputs": { "db_endpoint": { "value": "db-1.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-14a7d8916ed9bbfd7", "ami": "ami-4cb968e2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1f9f3c8d"], "subnet_id": "subnet-5dc22312", "key_name": "prod-deploy-key" } } ] } ] }