Skip to content

Commit 3bf4830

Browse files
committed
fix tf version
1 parent 5a1f5f5 commit 3bf4830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.13"
2+
required_version = ">= 0.15"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
@@ -22,4 +22,4 @@ terraform {
2222
version = ">= 3.0.0"
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)