Skip to content

Commit

Permalink
Bump ibm-cloud/ibm from 1.72.2 to 1.73.0
Browse files Browse the repository at this point in the history
Bumps [ibm-cloud/ibm](https://github.com/IBM-Cloud/terraform-provider-ibm) from 1.72.2 to 1.73.0.
- [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.72.2...v1.73.0)

---
updated-dependencies:
- dependency-name: ibm-cloud/ibm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and prb112 committed Dec 16, 2024
1 parent 0eb4d48 commit c5ea46b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/1_bastion/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.72.2"
version = "1.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/2_nbde/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.72.2"
version = "1.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion modules/3_fips/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.72.2"
version = "1.73.0"
}
random = {
source = "hashicorp/random"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
ibm = {
source = "ibm-cloud/ibm"
version = "1.72.2"
version = "1.73.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit c5ea46b

Please sign in to comment.