From 3fdf8c2e8366b0da1c0d4472cbf22a205315031d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 09:36:39 +0000 Subject: [PATCH] terraform-docs: updated markdown table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dda52b..869f563 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Before you begin using this Terraform module, ensure you meet the following prer | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243"` | no | +| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959"` | no | | goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no | | project\_id | Project in which the VM will be created | `string` | n/a | yes | | zone | The zone where the VM will be created | `string` | `"us-central1-a"` | no |