You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message="The temporary tag value must be either 'TRUE' or 'FALSE'."
51
+
}
52
+
53
+
}
54
+
55
+
# Container registry extra config
56
+
variable"container_registry_config" {
57
+
type=object({
58
+
admin_enabled =optional(bool)
59
+
quarantine_policy_enabled =optional(bool)
60
+
zone_redundancy_enabled =optional(bool)
61
+
public_network_access_enabled =optional(bool)
62
+
retention_policy_in_days =optional(number)
63
+
trust_policy_enabled =optional(bool)
64
+
anonymous_pull_enabled =optional(bool)
65
+
data_endpoint_enabled =optional(bool)
66
+
})
67
+
description="Manages an Azure Container Registry"
68
+
}
69
+
70
+
#azure_service_bypass
71
+
variable"azure_services_bypass" {
72
+
type=string
73
+
default="AzureServices"
74
+
description="Whether to allow trusted Azure services to access a network restricted Container Registry? Possible values are None and AzureServices. Defaults to AzureServices"
0 commit comments