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 Jul 12, 2024
1 parent 8fb3606 commit 034371d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/exclusive-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "exclusive_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/non-exclusive-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "non_exclusive_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/partitioned-queue/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "partitioned_queue" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "queue_template" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-with-jndi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "queue_with_jndi" {
Expand Down
2 changes: 1 addition & 1 deletion examples/queue-with-topic-subscriptions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "queue_with_topic_subscriptions" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint-template/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "topic_endpoint_template" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint-with-jndi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "topic_endpoint_with_jndi" {
Expand Down
2 changes: 1 addition & 1 deletion examples/topic-endpoint/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
provider "solacebroker" {
username = "admin"
password = "admin"
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
url = "http://localhost:8080" # adjust to your appliance management host and SEMP port
}

module "topic_endpoint" {
Expand Down

0 comments on commit 034371d

Please sign in to comment.