Skip to content

Commit

Permalink
change tag name in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
dhyanio committed Dec 21, 2020
1 parent 650869e commit 9382198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# tags for resources. You can use terraform-labels to implement a strict
# naming convention.
module "labels" {
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.14.0"
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=0.14"

name = var.name
repository = var.repository
Expand Down Expand Up @@ -148,4 +148,4 @@ resource "aws_route53_record" "default" {
type = var.type
ttl = var.ttl
records = [element(aws_instance.default.*.private_dns, count.index)]
}
}

0 comments on commit 9382198

Please sign in to comment.