Skip to content

Commit 73a86cc

Browse files
committed
Parametrize Python Version
1 parent e62868d commit 73a86cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/function.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "azapi_resource" "function" {
8484
ftpsState = "Disabled"
8585
http20Enabled = false
8686
ipSecurityRestrictionsDefaultAction = "Deny"
87-
linuxFxVersion = "Python|3.10"
87+
linuxFxVersion = "Python|${var.python_version}"
8888
localMySqlEnabled = false
8989
loadBalancing = "LeastRequests"
9090
minTlsVersion = "1.2"

0 commit comments

Comments
 (0)