Skip to content

Commit 875232b

Browse files
committed
fix: add template provider
1 parent a7ad73b commit 875232b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

providers.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ terraform {
1919
source = "hashicorp/tfe"
2020
version = "~> 0.51.1"
2121
}
22+
23+
template = {
24+
source = "hashicorp/template"
25+
version = "~> 2.2.0"
26+
}
2227
}
2328
}
2429

0 commit comments

Comments
 (0)