I want to be able to manage Linux web app with JBOSSEAP:8-java17 with Terraform.
$ 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",
Is there an existing issue for this?
Community Note
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:
New or Affected Resource(s)/Data Source(s)
azurerm_linux_web_app
Potential Terraform Configuration
References
No response