Skip to content

Commit

Permalink
chore(deps): update terraform ibm to ~> 1.75.0
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 7, 2025
1 parent 18b663b commit 70fcc72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/ibmcloud/cluster/node/version.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.50.0"
version = "~> 1.75.0"
}
}
}
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/ibmcloud/cluster/version.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.50.0"
version = "~> 1.75.0"
}
}
}
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/ibmcloud/cluster/vpc/version.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.50.0"
version = "~> 1.75.0"
}
}
}

0 comments on commit 70fcc72

Please sign in to comment.