Skip to content

Commit

Permalink
Provider version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 22, 2024
1 parent 146a196 commit 67ee037
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/module-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions ci/template-test/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/basic-vpn/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/client-certificate-authentication/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/customized-acl-and-client-profiles/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/oauth-authentication/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/services-and-listen-ports/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
version = "~> 0.9"
}
}
required_version = "~> 1.2"
Expand Down
1 change: 0 additions & 1 deletion internal/gen-template/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
# TODO: auto-update version
version = "~> 0.9"
}
}
Expand Down
1 change: 0 additions & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ terraform {
required_providers {
solacebroker = {
source = "registry.terraform.io/solaceproducts/solacebroker"
# TODO: auto-update version
version = "~> 0.9"
}
}
Expand Down

0 comments on commit 67ee037

Please sign in to comment.