add https only to function
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2022-05-17 20:31:53 +02:00
parent cc764fe28e
commit d5737920e8

View File

@ -26,6 +26,8 @@ resource "azurerm_linux_function_app" "fa-hanyadikhet" {
FUNCTIONS_WORKER_RUNTIME = "python" FUNCTIONS_WORKER_RUNTIME = "python"
} }
https_only = true
site_config { site_config {
application_stack { application_stack {
python_version = "3.9" python_version = "3.9"