diff --git a/README.md b/README.md index 53aad44..a09a589 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c This module has a few dependencies: -- [Terraform 0.15](https://learn.hashicorp.com/terraform/getting-started/install.html) +- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html) - [Go](https://golang.org/doc/install) - [github.com/stretchr/testify/assert](https://github.com/stretchr/testify) - [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest) @@ -73,6 +73,7 @@ Here is an example of how you can use this module in your inventory structure: ```hcl module "labels" { source = "clouddrove/labels/azure" + version = "1.0.0" name = "labels" environment = "test" label_order = ["name", "environment"]