diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f85dc7a..0783671 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.9" + version = "~> 1.0.10" } } } diff --git a/docs/index.md b/docs/index.md index 82e8711..f57ce72 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.9" + version = "~> 1.0.10" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 1290283..ab09e49 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.9" + version = "~> 1.0.10" } } }