Skip to content

Commit

Permalink
Bump default_target_group_label from 0.1.3 to 0.1.6 (#9)
Browse files Browse the repository at this point in the history
Bumps [default_target_group_label](https://github.com/cloudposse/terraform-terraform-label) from 0.1.3 to 0.1.6.
- [Release notes](https://github.com/cloudposse/terraform-terraform-label/releases)
- [Commits](cloudposse/terraform-terraform-label@0.1.3...0.1.6)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and osterman committed Aug 24, 2018
1 parent ab72d4c commit 759f507
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 @@ -78,7 +78,7 @@ resource "aws_lb" "default" {
}

module "default_target_group_label" {
source = "git::https://github.com/cloudposse/terraform-terraform-label.git?ref=tags/0.1.3"
source = "git::https://github.com/cloudposse/terraform-terraform-label.git?ref=tags/0.1.6"
attributes = "${concat(var.attributes, list("default"))}"
delimiter = "${var.delimiter}"
name = "${var.name}"
Expand Down

0 comments on commit 759f507

Please sign in to comment.