File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ module "lambda_api" {
8686
8787## Requirements
8888* Terraform version 0.13.2 or greater
89- * AWS provider version 3.67 or greater
89+ * AWS provider version 5.26 or greater
9090
9191## Inputs
9292| Name | Type | Description | Default |
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v4.0.0
4+ 2/6/2023 - Enable support for nodejs20.x runtime
5+ - Require AWS provider >=5.26 to support nodejs20.x runtime
6+
37## v3.0.0
482/6/2023 - Set ` desync_mitigation_mode ` to ` strictest ` in ALB
59- Require AWS provider >=3.67 to support ` desync_mitigation_mode `
Original file line number Diff line number Diff line change 11provider "aws" {
2- version = " ~> 3.67 "
2+ version = " ~> 5.26 "
33 region = " us-west-2"
44}
55
Original file line number Diff line number Diff line change 11provider "aws" {
2- version = " ~> 3.67 "
2+ version = " ~> 5.26 "
33 region = " us-west-2"
44}
55
Original file line number Diff line number Diff line change 11terraform {
22 required_version = " >= 0.13.2"
33 required_providers {
4- aws = " >= 3.67 "
4+ aws = " >= 5.26 "
55 }
66}
77
You can’t perform that action at this time.
0 commit comments