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 should allow python 3.12, disallow python 3.7 #24362

Closed
1 task done
dimbleby opened this issue Jan 1, 2024 · 1 comment · Fixed by #24363
Closed
1 task done

azurerm_linux_web_app should allow python 3.12, disallow python 3.7 #24362

dimbleby opened this issue Jan 1, 2024 · 1 comment · Fixed by #24363

Comments

@dimbleby
Copy link
Contributor

dimbleby commented Jan 1, 2024

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.

Terraform Version

1.6.6

AzureRM Provider Version

3.85.0

Affected Resource(s)/Data Source(s)

azurerm_linux_web_app

Terraform Configuration Files

resource "azurerm_linux_web_app" "treasure" {
  ...
  site_config {
    application_stack {
      python_version = "3.12"
    }
  }
}

Debug Output/Panic Output

Error: expected site_config.0.application_stack.0.python_version to be one of ["3.7" "3.8" "3.9" "3.10" "3.11"], got 3.12

Expected Behaviour

python 3.12 should be allowed, python 3.7 should not.

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

https://azure.github.io/AppService/2023/11/14/Node-20-Python-312-available-on-app-service.html

$ az webapp list-runtimes --os linux | grep PYTHON
  "PYTHON:3.12",
  "PYTHON:3.11",
  "PYTHON:3.10",
  "PYTHON:3.9",
  "PYTHON:3.8",
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 Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants