Skip to content

Commit

Permalink
fix(deps): update required_provider to latest for the landing zone da…
Browse files Browse the repository at this point in the history
… extension (#177)
  • Loading branch information
terraform-ibm-modules-ops committed Jan 13, 2024
1 parent 9fb3e1c commit ec09ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/landing-zone/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ terraform {
# Locking into an exact version for a deployable architecture
ibm = {
source = "IBM-Cloud/ibm"
version = "1.57.0"
version = "1.61.0"
}
time = {
source = "hashicorp/time"
version = "0.9.1"
version = "0.10.0"
}
}
}

0 comments on commit ec09ca7

Please sign in to comment.