We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Ran into the following terraform error (Error: Command failed: terraform apply -var="aws_region=... when testing an AWS deployment
Error: Command failed: terraform apply -var="aws_region=...
Error: expected runtime to be one of [nodejs nodejs4.3 nodejs6.10 nodejs8.10 nodejs10.x nodejs12.x nodejs14.x nodejs16.x java8 java8.al2 java11 python2.7 python3.6 python3.7 python3.8 python3.9 dotnetcore1.0 dotnetcore2.0 dotnetcore2.1 dotnetcore3.1 dotnet6 nodejs4.3-edge go1.x ruby2.5 ruby2.7 provided provided.al2 nodejs18.x python3.10 java17], got nodejs20.x with module.httpReq.aws_lambda_function.lambda,
Which, after some research, makes sense since our version is
airnode/packages/airnode-deployer/terraform/aws/providers.tf
Line 5 in 4a8b877
and nodejs20.x support was added by terraform in v5.26.0.
Therefore, #1780 will need to be tested & merged
Sorry, something went wrong.
Upgraded terraform-provider-aws in #1780 and terraform-provider-google in #2008. I tested each in the process so should be good to go now
Tested using yarn test:release against snapshot snapshot-v0.15.0-rc.1 and it worked
yarn test:release
snapshot-v0.15.0-rc.1
dcroote
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: