Skip to content

Commit

Permalink
Update labels module
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nemetz committed May 17, 2018
1 parent 92ec228 commit a846980
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "enabled" {

module "label" {
source = "devops-workflow/label/local"
version = "0.2.0"
version = "0.2.1"
attributes = "${var.attributes}"
component = "${var.component}"
delimiter = "${var.delimiter}"
Expand All @@ -51,7 +51,7 @@ module "label" {
# may have 1 log bucket for many apps
module "log_bucket" {
source = "devops-workflow/label/local"
version = "0.2.0"
version = "0.2.1"
attributes = "${var.attributes}"
component = "${var.component}"
delimiter = "${var.delimiter}"
Expand Down Expand Up @@ -462,4 +462,3 @@ resource "aws_lb_listener_rule" "this" {
}
}
*/

0 comments on commit a846980

Please sign in to comment.