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

Closed
1 task done
sitengyu-hc opened this issue Dec 16, 2024 · 2 comments · Fixed by #28472
Closed
1 task done

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

sitengyu-hc opened this issue Dec 16, 2024 · 2 comments · Fixed by #28472

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.

@katbyte katbyte changed the title azurerm_linux_web_app - support for JBOSSEAP:8-java17 version combination azurerm_linux|windows_web_app - support for JBOSSEAP:8-java17 version combination Jan 8, 2025
@katbyte katbyte changed the title azurerm_linux|windows_web_app - support for JBOSSEAP:8-java17 version combination azurerm_linux_web_app - support for JBOSSEAP:8-java17 version combination Jan 8, 2025
@github-actions github-actions bot added this to the v4.16.0 milestone Jan 15, 2025
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants