Skip to content

Commit

Permalink
add managedby in public subnet labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitadugar committed Apr 28, 2020
1 parent b1b04ee commit ee365a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module "public-labels" {
name = var.name
application = var.application
environment = var.environment
managedby = var.managedby
label_order = var.label_order
attributes = compact(concat(var.attributes, list("public")))
}
Expand Down

0 comments on commit ee365a1

Please sign in to comment.