Skip to content

Commit

Permalink
Revert "updated GDB version to 10.7.3"
Browse files Browse the repository at this point in the history
This reverts commit 1b97d25.
  • Loading branch information
viktor-ribchev committed Aug 20, 2024
1 parent 1b97d25 commit 52eb2e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# GraphDB AWS Terraform Module Changelog

# 1.2.5

* Update default GraphDB version to [10.7.3](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-3)

# 1.2.4

* Update default GraphDB version to [10.7.2](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Note: The options mention above will be appended to the ones set in the user dat
**Customize GraphDB Version**
```hcl
graphdb_version = "10.7.3"
graphdb_version = "10.7.2"
```

**Purge Protection**
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ variable "ami_id" {
variable "graphdb_version" {
description = "GraphDB version"
type = string
default = "10.7.3"
default = "10.7.2"
nullable = false
}

Expand Down

0 comments on commit 52eb2e9

Please sign in to comment.