diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 64c1ab6..bc26b6f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -60,7 +60,7 @@ cp terraform-provider-illumio-cloudsecure ~/.terraform.d/plugins/registry.terraf required_providers { illumio-cloudsecure = { source = "illumio/illumio-cloudsecure" - version = "~> 1.0.5" + version = "~> 1.0.6" } } } diff --git a/docs/index.md b/docs/index.md index 9149d70..4ac4abc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ terraform { required_providers { illumio-cloudsecure = { source = "illumio/illumio-cloudsecure" - version = "~> 1.0.5" + version = "~> 1.0.6" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 837be18..4391fa7 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { illumio-cloudsecure = { source = "illumio/illumio-cloudsecure" - version = "~> 1.0.5" + version = "~> 1.0.6" } } }