Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Sep 28, 2019
1 parent bfb61af commit 15d1ed6
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 @@ -6,7 +6,7 @@
# for resources. You can use terraform-labels to implement a strict naming
# convention.
module "labels" {
source = "git::https://github.com/clouddrove/terraform-labels.git"
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.0"

name = var.name
application = var.application
Expand Down Expand Up @@ -224,4 +224,4 @@ resource "aws_api_gateway_api_key" "default" {
description = length(var.key_descriptions) > 0 ? element(var.key_descriptions, count.index) : ""
enabled = length(var.enableds) > 0 ? element(var.enableds, count.index) : true
value = length(var.values) > 0 ? element(var.values, count.index) : null
}
}

0 comments on commit 15d1ed6

Please sign in to comment.