Skip to content

Commit

Permalink
Formatting updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 28, 2024
1 parent 92d6a6a commit a00ff58
Show file tree
Hide file tree
Showing 23 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions ci/module-test/main.tf
Original file line number Diff line number Diff line change
@@ -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
}

module "messaging_endpoint_1" {
Expand Down
2 changes: 1 addition & 1 deletion ci/module-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions ci/template-test/main.tf
Original file line number Diff line number Diff line change
@@ -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
}

module "messaging_endpoint_1" {
Expand Down
2 changes: 1 addition & 1 deletion ci/template-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/exclusive-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "exclusive_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/exclusive-queue/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/non-exclusive-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "non_exclusive_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/non-exclusive-queue/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/partitioned-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "partitioned_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/partitioned-queue/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/queue-template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "queue_template" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-template/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/queue-with-jndi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "queue_with_jndi" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-with-jndi/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/queue-with-topic-subscriptions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "queue_with_topic_subscriptions" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-with-topic-subscriptions/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/topic-endpoint-template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "topic_endpoint_template" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint-template/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/topic-endpoint-with-jndi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "topic_endpoint_with_jndi" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint-with-jndi/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
8 changes: 4 additions & 4 deletions examples/topic-endpoint/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

module "topic_endpoint" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down
2 changes: 1 addition & 1 deletion internal/gen-template/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
source = "registry.terraform.io/solaceproducts/solacebrokerappliance"
version = "~> 0.9"
}
}
Expand Down

0 comments on commit a00ff58

Please sign in to comment.