Skip to content

Commit c7f757a

Browse files
Apply suggestions from code review
Co-authored-by: Melissa Greenbaum <[email protected]>
1 parent b7de39d commit c7f757a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/runtimes/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module "java21_lambda_function" {
7676

7777
handler = "example.Handler"
7878
runtime = "java21"
79-
architectures = ["arm64"] # x86_64 (GOARCH=amd64); arm64 (GOARCH=arm64)
79+
architectures = ["arm64"] # x86_64 or arm64
8080
timeout = 30
8181

8282
trigger_on_package_timestamp = false

examples/runtimes/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.63"
7+
version = ">= 5.32"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)