Skip to content

Commit

Permalink
build(deps): Update IBM-Cloud/ibm requirement from ~> 1.58.1 to ~> 1.…
Browse files Browse the repository at this point in the history
…59.0

Updates the requirements on [IBM-Cloud/ibm](https://github.com/IBM-Cloud/terraform-provider-ibm) to permit the latest version.
- [Release notes](https://github.com/IBM-Cloud/terraform-provider-ibm/releases)
- [Changelog](https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/CHANGELOG.md)
- [Commits](IBM-Cloud/terraform-provider-ibm@v1.58.1...v1.59.0)

---
updated-dependencies:
- dependency-name: IBM-Cloud/ibm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and prb112 committed Oct 30, 2023
1 parent 7fa153b commit 8459a66
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/0_vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/1_vpc_prepare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/2_pvs_link/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/3_transit_gateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/4_pvs_support/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/5_image/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/6_worker/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
configuration_aliases = [ibm]
}
}
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "~> 1.58.1"
version = "~> 1.59.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 8459a66

Please sign in to comment.