Skip to content

Commit e3dc047

Browse files
authored
fix: fixed terraform version
1 parent c38e781 commit e3dc047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.4"
2+
required_version = ">= 1.2"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"

0 commit comments

Comments
 (0)