Skip to content

Commit 79b845f

Browse files
committed
Add minimum tf version
1 parent a023b4a commit 79b845f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

versions.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
terraform {
2+
required_version = ">= 0.12.0"
3+
}

0 commit comments

Comments
 (0)