From adae90b731d23ac58dcc9e7cf2186fe3dd679460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Czoma?= Date: Tue, 9 Jul 2024 10:34:43 -0400 Subject: [PATCH] Updated required provider version --- examples/acl-profile-exceptions/main.tf | 7 +++---- examples/acl-profile-exceptions/providers.tf | 2 +- examples/authorization-group/main.tf | 7 +++---- examples/authorization-group/providers.tf | 2 +- examples/basic-client-username/main.tf | 7 +++---- examples/basic-client-username/providers.tf | 2 +- examples/client-username-attributes/main.tf | 7 +++---- examples/client-username-attributes/providers.tf | 2 +- 8 files changed, 16 insertions(+), 20 deletions(-) diff --git a/examples/acl-profile-exceptions/main.tf b/examples/acl-profile-exceptions/main.tf index 3dd0e62..1d303ab 100644 --- a/examples/acl-profile-exceptions/main.tf +++ b/examples/acl-profile-exceptions/main.tf @@ -13,10 +13,9 @@ # limitations under the License. provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" } module "testclient" { diff --git a/examples/acl-profile-exceptions/providers.tf b/examples/acl-profile-exceptions/providers.tf index 1c3168b..f8ad495 100644 --- a/examples/acl-profile-exceptions/providers.tf +++ b/examples/acl-profile-exceptions/providers.tf @@ -18,7 +18,7 @@ terraform { required_providers { solacebroker = { source = "registry.terraform.io/solaceproducts/solacebrokerappliance" - version = "~> 0.9" + version = "~> 1.0" } } required_version = "~> 1.2" diff --git a/examples/authorization-group/main.tf b/examples/authorization-group/main.tf index 8d2a0a8..f41c00f 100644 --- a/examples/authorization-group/main.tf +++ b/examples/authorization-group/main.tf @@ -13,10 +13,9 @@ # limitations under the License. provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" } module "testauthgroup" { diff --git a/examples/authorization-group/providers.tf b/examples/authorization-group/providers.tf index 1c3168b..f8ad495 100644 --- a/examples/authorization-group/providers.tf +++ b/examples/authorization-group/providers.tf @@ -18,7 +18,7 @@ terraform { required_providers { solacebroker = { source = "registry.terraform.io/solaceproducts/solacebrokerappliance" - version = "~> 0.9" + version = "~> 1.0" } } required_version = "~> 1.2" diff --git a/examples/basic-client-username/main.tf b/examples/basic-client-username/main.tf index 85453cf..130b753 100644 --- a/examples/basic-client-username/main.tf +++ b/examples/basic-client-username/main.tf @@ -13,10 +13,9 @@ # limitations under the License. provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" } module "testclient" { diff --git a/examples/basic-client-username/providers.tf b/examples/basic-client-username/providers.tf index 1c3168b..f8ad495 100644 --- a/examples/basic-client-username/providers.tf +++ b/examples/basic-client-username/providers.tf @@ -18,7 +18,7 @@ terraform { required_providers { solacebroker = { source = "registry.terraform.io/solaceproducts/solacebrokerappliance" - version = "~> 0.9" + version = "~> 1.0" } } required_version = "~> 1.2" diff --git a/examples/client-username-attributes/main.tf b/examples/client-username-attributes/main.tf index e8d15f9..b87a9c8 100644 --- a/examples/client-username-attributes/main.tf +++ b/examples/client-username-attributes/main.tf @@ -13,10 +13,9 @@ # limitations under the License. provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" } module "testclient" { diff --git a/examples/client-username-attributes/providers.tf b/examples/client-username-attributes/providers.tf index 1c3168b..f8ad495 100644 --- a/examples/client-username-attributes/providers.tf +++ b/examples/client-username-attributes/providers.tf @@ -18,7 +18,7 @@ terraform { required_providers { solacebroker = { source = "registry.terraform.io/solaceproducts/solacebrokerappliance" - version = "~> 0.9" + version = "~> 1.0" } } required_version = "~> 1.2"