Skip to content

Bump Node.js version to the latest LTS (24)#1335

Merged
modular-magician merged 1 commit into
terraform-google-modules:masterfrom
modular-magician:downstream-pr-1b72e7689d94617c414180014ec588bd30394774
Jun 3, 2026
Merged

Bump Node.js version to the latest LTS (24)#1335
modular-magician merged 1 commit into
terraform-google-modules:masterfrom
modular-magician:downstream-pr-1b72e7689d94617c414180014ec588bd30394774

Conversation

@modular-magician
Copy link
Copy Markdown
Collaborator

Bumping the Node.js version to 24 (latest LTS) in App Engine Flexible environment requires updating the underlying operating system stack. According to Google Cloud App Engine Flexible Node.js runtime documentation, Node.js 24 is only supported on the ubuntu24 stack and attempts to deploy it on ubuntu22 result in a validation error (unsupported stack ubuntu22 for runtime nodejs version 24).

Updated both templates to use ubuntu24 for the OS stack to align with Node.js 24 requirements.

Fixes hashicorp/terraform-provider-google#27453

Derived from GoogleCloudPlatform/magic-modules#17791

[upstream:1b72e7689d94617c414180014ec588bd30394774]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit 53e9312 into terraform-google-modules:master Jun 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failing test(s): TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupAppengineExample

1 participant