Skip to content

Commit

Permalink
chore(deps): update terraform ibm to v1.69.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent e8c353b commit d7581ec
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.68.1"
version = "1.69.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.68.1"
version = "1.69.0"
}
}
}

0 comments on commit d7581ec

Please sign in to comment.