terraform-linters / tflint-ruleset-aws

TFLint ruleset for terraform-provider-aws
Mozilla Public License 2.0
327 stars 71 forks source link

Provide java17 as AWS Lambda Runtime #486

Closed timomeinen closed 1 year ago

timomeinen commented 1 year ago

AWS Lambda runtime java17 is available now:

https://aws.amazon.com/de/about-aws/whats-new/2023/04/aws-lambda-java-17/

But tflint gives the following error:

Error: "java17" is an invalid value as runtime (aws_lambda_function_invalid_runtime)
  on lambda.tf line 8:
  8:   runtime          = "java17"
timomeinen commented 1 year ago

@bendrucker When will you release a new version of the changes in #485? We would love to switch to "java17" with the lambdas.

wata727 commented 1 year ago

I was planning to release v0.23.1, but it has been put on hold for other reasons. Please follow https://github.com/terraform-linters/tflint-ruleset-aws/issues/496.