Skip to content

Commit

Permalink
Bump ibm-cloud/ibm from 1.72.0 to 1.72.1
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.0 to 1.72.1.
- [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.0...v1.72.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 6ee7101 commit 0d65e92
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.0"
version = "1.72.1"
}
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.0"
version = "1.72.1"
}
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.0"
version = "1.72.1"
}
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.0"
version = "1.72.1"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 0d65e92

Please sign in to comment.