Skip to content

Commit

Permalink
Udpate container registry names
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 19, 2022
1 parent cbd74cb commit d99aa68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/container-registry/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ variable "name" {
default = null
}

variable "names" {
description = "Names to be applied to resources (inclusive)"
type = object({
environment = string
location = string
product = string
})
default = {
location = "eastus2"
product = "iac"
environment = "tf"
}
}

variable "resource_group_name" {
description = "The name of an existing resource group."
type = string
Expand Down

0 comments on commit d99aa68

Please sign in to comment.