Skip to content

Commit

Permalink
Bump ibm-cloud/ibm from 1.70.1 to 1.71.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.70.1 to 1.71.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.70.1...v1.71.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 Nov 4, 2024
1 parent ebe8c9d commit 930da28
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.70.1"
version = "1.71.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.70.1"
version = "1.71.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.70.1"
version = "1.71.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.70.1"
version = "1.71.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 930da28

Please sign in to comment.