Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Covert to TF0.12 #24

Closed
wants to merge 7 commits into from
Next Next commit
Bump default_target_group_label from 0.2.1 to 0.4.0
Bumps [default_target_group_label](https://github.com/cloudposse/terraform-terraform-label) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/cloudposse/terraform-terraform-label/releases)
- [Commits](cloudposse/terraform-terraform-label@tags/0.2.1...tags/0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 15, 2019
commit 01107fad4b6ee3535a8d15c6707c915f057e2419
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ resource "aws_lb" "default" {
}

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