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
  • Loading branch information
terraform-ibm-modules-ops committed Sep 13, 2024
1 parent 0b0a47b commit 1fcab17
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.69.0"
version = "1.69.2"
}
time = {
source = "hashicorp/time"
version = "0.12.0"
version = "0.12.1"
}
}
}

0 comments on commit 1fcab17

Please sign in to comment.