Skip to content

Commit

Permalink
updated GDB version to 10.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Aug 20, 2024
1 parent e08fd68 commit 1b97d25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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.2"
graphdb_version = "10.7.3"
```

**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.2"
default = "10.7.3"
nullable = false
}

Expand Down

0 comments on commit 1b97d25

Please sign in to comment.