We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7de39d commit c7f757aCopy full SHA for c7f757a
examples/runtimes/main.tf
@@ -76,7 +76,7 @@ module "java21_lambda_function" {
76
77
handler = "example.Handler"
78
runtime = "java21"
79
- architectures = ["arm64"] # x86_64 (GOARCH=amd64); arm64 (GOARCH=arm64)
+ architectures = ["arm64"] # x86_64 or arm64
80
timeout = 30
81
82
trigger_on_package_timestamp = false
examples/runtimes/versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = ">= 4.63"
+ version = ">= 5.32"
8
}
9
random = {
10
source = "hashicorp/random"
0 commit comments