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" {
39
39
type = string
40
40
sensitive = false
41
41
validation {
42
- condition = startswith (var. function_container_registry_url , " https://" )
42
+ condition = startswith (var. function_container_registry_url , " https://" )
43
43
error_message = " Please specify a valid container image reference."
44
44
}
45
45
}
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ tags = {}
6
6
7
7
# Function variables
8
8
function_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"
13
13
14
14
# Network variables
15
15
vnet_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