Skip to content

Commit 7443498

Browse files
committed
feat: disable the dev ACR
1 parent a37dabd commit 7443498

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

infrastructure/tf-core/variables.tf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -615,14 +615,3 @@ variable "function_app_slots" {
615615
function_app_slot_enabled = optional(bool, false)
616616
}))
617617
}
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

Comments
 (0)