Skip to content

Commit

Permalink
Add hashicorp/template version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuniorlima committed Jun 2, 2022
1 parent 10a0408 commit b2a0127
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site-main/versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
terraform {
required_version = ">= 0.13.7"
required_providers {
template = {
source = "hashicorp/template"
version = "2.2.0"
}
}
}

0 comments on commit b2a0127

Please sign in to comment.