Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Jul 8, 2024
1 parent 682db50 commit dd5df67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ versions. The next table shows the version compatability between GraphDB and the

| GraphDB Terraform | GraphDB |
|--------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
| [Version 0.0.1](https://github.com/Ontotext-AD/terraform-aws-graphdb/releases) | [Version 10.6.x](https://graphdb.ontotext.com/documentation/10.6/release-notes.html) |
| [Version 1.x.x](https://github.com/Ontotext-AD/terraform-aws-graphdb/releases) | [Version 10.6.x](https://graphdb.ontotext.com/documentation/10.6/release-notes.html) |

You can track the particular version updates of GraphDB in the [changelog](CHANGELOG.md).

Expand Down Expand Up @@ -230,7 +230,7 @@ Copy and paste into your Terraform configuration, insert the variables, and run
```hcl
module "graphdb" {
source = "Ontotext-AD/graphdb/aws"
version = "0.0.1"
version = "~> 1.0"
resource_name_prefix = "graphdb"
aws_region = "us-east-1"
Expand Down

0 comments on commit dd5df67

Please sign in to comment.