Skip to content

Commit

Permalink
Merge pull request #223 from Azure/HN-v2-addon-tagtype
Browse files Browse the repository at this point in the history
Update tag type in baseline v2 addon
  • Loading branch information
hieumoscow committed Jul 12, 2021
2 parents 0877d95 + 1c481ab commit cf57190
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions caf_solution/add-ons/aks_secure_baseline_v2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ variable "rover_version" {
default = null
}
variable "tags" {
default = {}
description = "Tags to be used for this resource deployment."
type = map(any)
default = {}
}
variable "namespaces" {
default = {}
Expand All @@ -41,4 +43,4 @@ variable "flux_settings" {}
variable "vnets" {}
variable "managed_identities" {
description = "Map of the user managed identities."
}
}

0 comments on commit cf57190

Please sign in to comment.