Skip to content

Commit

Permalink
Merge pull request #889 from portefaix/renovate/ibm-1.x
Browse files Browse the repository at this point in the history
Update Terraform ibm to v1.60.1
  • Loading branch information
nlamirault authored Dec 9, 2023
2 parents 50d0e31 + b898238 commit 4014842
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.60.0"
version = "1.60.1"
}
}
}
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.60.0"
version = "1.60.1"
}
}
}

0 comments on commit 4014842

Please sign in to comment.