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

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

Open
1 task done
sitengyu-hc opened this issue Dec 16, 2024 · 1 comment
Open
1 task done

Comments

@sitengyu-hc
Copy link
Collaborator

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

@xiaxyi
Copy link
Contributor

xiaxyi commented Dec 17, 2024

Thanks @sitengyu-hc for raising this issue, added to the backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants