Skip to content
New issue

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

Java 21 support for azurerm_linux_function_app #24754

Open
1 task done
antgustech opened this issue Feb 2, 2024 · 2 comments · May be fixed by #26304
Open
1 task done

Java 21 support for azurerm_linux_function_app #24754

antgustech opened this issue Feb 2, 2024 · 2 comments · May be fixed by #26304

Comments

@antgustech
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

Microsoft recently added support for Java 21 runtime in azure functions: https://azure.microsoft.com/en-us/updates/public-preview-azure-functions-support-for-java-21-on-linux/

When can we expect terraform resource to allow for Java 21 as only 8, 11 and 17 is currently supported?

New or Affected Resource(s)/Data Source(s)

azurerm_3.90.0

Potential Terraform Configuration

application_stack {
      java_version = "21"
    }

References

No response

@antgustech antgustech changed the title Java21 support for azurerm_linux_function_app Java 21 support for azurerm_linux_function_app Feb 2, 2024
@xiaxyi
Copy link
Contributor

xiaxyi commented Feb 4, 2024

Thanks @antgustech for raising this issue, added to my backlog. I'll share the progress here if there is any update.

@antgustech
Copy link
Author

Is there any timeplan for when we might expect this to be implemented?

computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Jun 12, 2024
@computerlove computerlove linked a pull request Jun 12, 2024 that will close this issue
13 tasks
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Jun 12, 2024
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Jun 13, 2024
…#25490, hashicorp#24754

Signed-off-by: Marvin B. Lillehaug <marvin.lillehaug@nte.no>
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Jun 13, 2024
…#25490, hashicorp#24754

Signed-off-by: Marvin B. Lillehaug <marvin.lillehaug@nte.no>
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Aug 14, 2024
…#25490, hashicorp#24754

Signed-off-by: Marvin B. Lillehaug <marvin.lillehaug@nte.no>
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Aug 14, 2024
…#25490, hashicorp#24754

Signed-off-by: Marvin B. Lillehaug <marvin.lillehaug@nte.no>
computerlove added a commit to computerlove/terraform-provider-azurerm that referenced this issue Aug 15, 2024
…#25490, hashicorp#24754

Signed-off-by: Marvin B. Lillehaug <marvin.lillehaug@nte.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants