Skip to content

Commit

Permalink
Add template to version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Sep 20, 2024
1 parent e16d695 commit fe89580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@ terraform {
source = "hashicorp/null"
version = ">= 3.0.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
}
}

0 comments on commit fe89580

Please sign in to comment.