Skip to content

Commit

Permalink
MARIO-2195 add hotfix for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnmol committed Jul 24, 2019
1 parent 6e9954c commit e05a7ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/sqs_queue/locals.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
locals {
tags = {
Domain = "${var.tags_domain}"
Name = "${var.queue_name}"
"Business Unit" = "${var.tags_business_unit}"
"Cost Center" = "${var.tags_cost_center}"
Team = "${var.tags_team}"
Purpose = "${var.tags_purpose}"
Description = "${var.description}"
Environment = "${var.environment}"
}
}

0 comments on commit e05a7ad

Please sign in to comment.