Skip to content

Commit

Permalink
fix labels managedby variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitadugar committed Mar 24, 2020
1 parent 27850a5 commit ddfaee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "labels" {
name = var.name
application = var.application
environment = var.environment
managedby = var.managedby
managedby = var.managedby
label_order = var.label_order
}

Expand Down

0 comments on commit ddfaee3

Please sign in to comment.