scenarios/shared/terraform/modules/acr/variables.tf (25 lines of code) (raw):

variable "hubResourceGroupName" { } variable "spokeResourceGroupName" { } variable "location" { } variable "containerRegistryUserAssignedIdentityName" { } variable "containerRegistryPullRoleAssignment" { } variable "containerRegistryPullRoleGuid" { default = "7f951dda-4ed3-4680-a7ca-43fe172d538d" } variable "aRecords" { } variable "vnetLinks" { } variable "subnetId" { } variable "tags" { } variable "acrName" { } variable "containerRegistryPep" { }