@@ -0,0 +1,11 @@
# Local
locals {
tags = {}
}
# Label
module "default_label" {
source = "git@gitlab.com:zulunity/terraform/modules/general/label.git?ref=0.0.0"
name = var.name
tags = merge(var.tags, local.tags)
The note is not visible to the blocked user.