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"