File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ variable "function_container_registry_url" {
3939 type = string
4040 sensitive = false
4141 validation {
42- condition = startswith (var. function_container_registry_url , " https://" )
42+ condition = startswith (var. function_container_registry_url , " https://" )
4343 error_message = " Please specify a valid container image reference."
4444 }
4545}
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ tags = {}
66
77# Function variables
88function_container_registry_url = " https://ghcr.io"
9- function_container_image = " ghcr.io/perfectthymetech/azurefunctionpython:main"
10- function_sku = " P0v3"
11- function_sku_cpus = 1
12- function_health_path = " /v1/health/heartbeat"
9+ function_container_image = " ghcr.io/perfectthymetech/azurefunctionpython:main"
10+ function_sku = " P0v3"
11+ function_sku_cpus = 1
12+ function_health_path = " /v1/health/heartbeat"
1313
1414# Network variables
1515vnet_id = " /subscriptions/8f171ff9-2b5b-4f0f-aed5-7fa360a1d094/resourceGroups/mycrp-prd-function-network-rg/providers/Microsoft.Network/virtualNetworks/mycrp-prd-function-vnet001"
You can’t perform that action at this time.
0 commit comments