Skip to content

azurerm_linux_web_app - support for JBOSSEAP:8-java17 version combination #28302

@sitengyu-hc

Description

@sitengyu-hc

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 comments along the lines of "+1", "me too" or "any updates", 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

I want to be able to manage Linux web app with JBOSSEAP:8-java17 with Terraform.

The provider prevents using this version combination: terraform-provider-azurerm/internal/services/appservice/helpers/fx_strings.go at 4fb9bc93fbd47079fb5ca4a3275e7bfc748d4be3 · hashicorp/terraform-provider-azurerm
Tested this is available from the az cli:

$ az webapp list-runtimes --os-type linux 2>/dev/null | grep JBOSSEAP
  "JBOSSEAP:8-java17",
  "JBOSSEAP:8-java11",
  "JBOSSEAP:7-java17",
  "JBOSSEAP:7-java11",
  "JBOSSEAP:7-java8",

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

azurerm_linux_web_app

Potential Terraform Configuration

resource "azurerm_linux_web_app" "test" {
...
  site_config {
    application_stack {
      java_version = "17"
      java_server = "JBOSSEAP"
      java_server_version = "8"
    }

References

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions