We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37dabd commit 7443498Copy full SHA for 7443498
1 file changed
infrastructure/tf-core/variables.tf
@@ -615,14 +615,3 @@ variable "function_app_slots" {
615
function_app_slot_enabled = optional(bool, false)
616
}))
617
}
618
-
619
-variable "container_registry" {
620
- description = "Configuration of the Azure Container Registry used for feature testing"
621
- type = object({
622
- name_suffix = optional(string, "")
623
- admin_enabled = optional(bool, false)
624
- uai_name = optional(string, "dtos-cohort-manager-acr-push")
625
- sku = optional(string, "Premium")
626
- })
627
- default = []
628
-}
0 commit comments