Skip to content

Commit

Permalink
revert python version
Browse files Browse the repository at this point in the history
  • Loading branch information
elay committed Jun 11, 2024
1 parent 3f1667b commit fe6bbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform/resources/functions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "azurerm_function_app" "pcfuncs" {
os_type = "linux"
version = "~4"
site_config {
linux_fx_version = "PYTHON|3.10"
linux_fx_version = "PYTHON|3.8"
use_32_bit_worker_process = false
ftps_state = "Disabled"

Expand Down

0 comments on commit fe6bbcc

Please sign in to comment.