Skip to content

Commit c58f7b5

Browse files
committed
change to allow version higher than 1.5
1 parent d992f9f commit c58f7b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

terraform/lambda.zip

0 Bytes
Binary file not shown.

terraform/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.9.0"
2+
required_version = ">= 1.5"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"

0 commit comments

Comments
 (0)