Skip to content

Commit 3dc3fee

Browse files
committed
TF 0.13 -> 0.14 constrain
1 parent 84aabc9 commit 3dc3fee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

22
terraform {
3-
required_version = ">= 0.13"
3+
required_version = ">= 0.14"
4+
required_providers {
5+
aws = {
6+
source = "hashicorp/aws"
7+
}
8+
}
49
}

0 commit comments

Comments
 (0)