169163334 - Adds Azure Container Registry
Adds the ACR. Georeplication disabled for the moment until we add the DR site.
This commit is contained in:
8
terraform/providers/dev/container_registry.tf
Normal file
8
terraform/providers/dev/container_registry.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
module "container_registry" {
|
||||
source = "../../modules/container_registry"
|
||||
name = var.name
|
||||
region = var.region
|
||||
environment = var.environment
|
||||
owner = var.owner
|
||||
backup_region = var.backup_region
|
||||
}
|
@@ -7,6 +7,11 @@ variable "region" {
|
||||
|
||||
}
|
||||
|
||||
variable "backup_region" {
|
||||
default = "westus2"
|
||||
}
|
||||
|
||||
|
||||
variable "owner" {
|
||||
default = "dev"
|
||||
}
|
||||
|
Reference in New Issue
Block a user