Skip to content

Commit 0e4245d

Browse files
remove duplicated tf version constraint
1 parent fd2139b commit 0e4245d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.10.3" # introduction of Local Values configuration language feature
2+
required_version = ">= 0.12"
33
}
44

55
locals {

versions.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)