Skip to content

Commit

Permalink
Merge pull request #1563 from portefaix/renovate/ibm-1.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform ibm to v1.74.0
  • Loading branch information
nlamirault authored Jan 15, 2025
2 parents 9641329 + e1b28e0 commit 42f3b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/ibmcloud/iks/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.73.0"
version = "1.74.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/ibmcloud/vpc/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "1.73.0"
version = "1.74.0"
}
}
}

0 comments on commit 42f3b1e

Please sign in to comment.