Skip to content

Commit 7db2330

Browse files
authored
Merge pull request #1 from agendrix/upgrade-terraform-to-1.9
Allow terraform > 1.4.0
2 parents 567a38a + 6581cd0 commit 7db2330

File tree

3 files changed

+2
-246
lines changed

3 files changed

+2
-246
lines changed

terraform/lambda.zip

3 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.4.0"
2+
required_version = ">= 1.4.0"
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"

0 commit comments

Comments
 (0)