diff --git a/README.md b/README.md index c1f612d..9915f52 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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"