We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62868d commit 73a86ccCopy full SHA for 73a86cc
code/infra/function.tf
@@ -84,7 +84,7 @@ resource "azapi_resource" "function" {
84
ftpsState = "Disabled"
85
http20Enabled = false
86
ipSecurityRestrictionsDefaultAction = "Deny"
87
- linuxFxVersion = "Python|3.10"
+ linuxFxVersion = "Python|${var.python_version}"
88
localMySqlEnabled = false
89
loadBalancing = "LeastRequests"
90
minTlsVersion = "1.2"
0 commit comments