diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ccc65..0b2fc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,8 @@ # Changelog -## 0.1.2 - -* Updated default GraphDB version to [10.7.6](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-6) - ## 0.1.1 -* Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) +- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5) ## 0.1.0 diff --git a/variables.tf b/variables.tf index 925897f..030d66e 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "source_image" { type = string # Set the default value to your image. Marketplace will overwrite this value # to a Marketplace owned image on publishing the product - default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-6-202410151959" + default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243" } variable "goog_cm_deployment_name" {