Skip to content

Commit

Permalink
fix: add time provider
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 13, 2024
1 parent 8776998 commit feb73c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ terraform {
source = "gavinbunney/kubectl"
version = "1.14.0"
}
time = {
source = "hashicorp/time"
version = "0.12.1"
}
}
backend "gcs" {
# Terraform state files will be located in the following path:
Expand Down

0 comments on commit feb73c1

Please sign in to comment.