Skip to content

Commit

Permalink
add time provider version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cit committed Oct 24, 2024
1 parent 1893361 commit d2dfec0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/im_cloudbuild_workspace/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ terraform {
source = "hashicorp/random"
version = ">= 3.6.0"
}

time = {
source = "hashicorp/time"
version = ">= 0.12.0"
}
}

provider_meta "google" {
Expand Down

0 comments on commit d2dfec0

Please sign in to comment.