From 0d7294a5f20834b0639c526cbee98550eb9501cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:54:40 -0400 Subject: [PATCH] Formatting updates [skip ci] --- ci/module-test/main.tf | 8 ++++---- ci/module-test/providers.tf | 2 +- ci/template-test/main.tf | 8 ++++---- ci/template-test/providers.tf | 2 +- examples/adding-headers/main.tf | 8 ++++---- examples/adding-headers/providers.tf | 2 +- examples/basic/main.tf | 8 ++++---- examples/basic/providers.tf | 2 +- examples/using-substitution-expressions/main.tf | 8 ++++---- examples/using-substitution-expressions/providers.tf | 2 +- internal/gen-template/provider.tf | 2 +- 11 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ci/module-test/main.tf b/ci/module-test/main.tf index 7fc3a34..a4b7d12 100644 --- a/ci/module-test/main.tf +++ b/ci/module-test/main.tf @@ -1,8 +1,8 @@ provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" + skip_api_check = true } resource "solacebroker_msg_vpn_queue" "myqueue" { diff --git a/ci/module-test/providers.tf b/ci/module-test/providers.tf index 440c98f..487c523 100644 --- a/ci/module-test/providers.tf +++ b/ci/module-test/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/ci/template-test/main.tf b/ci/template-test/main.tf index b40d7bb..5700d18 100644 --- a/ci/template-test/main.tf +++ b/ci/template-test/main.tf @@ -1,8 +1,8 @@ provider "solacebroker" { - username = "admin" - password = "admin" - url = "http://localhost:8080" - skip_api_check = true + username = "admin" + password = "admin" + url = "http://localhost:8080" + skip_api_check = true } resource "solacebroker_msg_vpn_queue" "myqueue" { diff --git a/ci/template-test/providers.tf b/ci/template-test/providers.tf index 440c98f..487c523 100644 --- a/ci/template-test/providers.tf +++ b/ci/template-test/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/adding-headers/main.tf b/examples/adding-headers/main.tf index c2b2a7a..9ef25b0 100644 --- a/examples/adding-headers/main.tf +++ b/examples/adding-headers/main.tf @@ -13,10 +13,10 @@ # 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" + skip_api_check = true } # The RDP requires a queue to bind to. diff --git a/examples/adding-headers/providers.tf b/examples/adding-headers/providers.tf index 322085a..1c3168b 100644 --- a/examples/adding-headers/providers.tf +++ b/examples/adding-headers/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 7af809f..6426a21 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -13,10 +13,10 @@ # 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" + skip_api_check = true } # The RDP requires a queue to bind to. diff --git a/examples/basic/providers.tf b/examples/basic/providers.tf index 322085a..1c3168b 100644 --- a/examples/basic/providers.tf +++ b/examples/basic/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/examples/using-substitution-expressions/main.tf b/examples/using-substitution-expressions/main.tf index 84729b8..2d82ffd 100644 --- a/examples/using-substitution-expressions/main.tf +++ b/examples/using-substitution-expressions/main.tf @@ -13,10 +13,10 @@ # 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" + skip_api_check = true } # The RDP requires a queue to bind to. diff --git a/examples/using-substitution-expressions/providers.tf b/examples/using-substitution-expressions/providers.tf index 322085a..1c3168b 100644 --- a/examples/using-substitution-expressions/providers.tf +++ b/examples/using-substitution-expressions/providers.tf @@ -17,7 +17,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } } diff --git a/internal/gen-template/provider.tf b/internal/gen-template/provider.tf index f4433a0..315b7ce 100644 --- a/internal/gen-template/provider.tf +++ b/internal/gen-template/provider.tf @@ -3,7 +3,7 @@ terraform { required_providers { solacebroker = { - source = "registry.terraform.io/solaceproducts/solacebrokerappliance" + source = "registry.terraform.io/solaceproducts/solacebrokerappliance" version = "~> 0.9" } }