Skip to content

Commit 15d1ed6

Browse files
author
Nikita Dugar
authored
Update main.tf
1 parent bfb61af commit 15d1ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# for resources. You can use terraform-labels to implement a strict naming
77
# convention.
88
module "labels" {
9-
source = "git::https://github.com/clouddrove/terraform-labels.git"
9+
source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.12.0"
1010

1111
name = var.name
1212
application = var.application
@@ -224,4 +224,4 @@ resource "aws_api_gateway_api_key" "default" {
224224
description = length(var.key_descriptions) > 0 ? element(var.key_descriptions, count.index) : ""
225225
enabled = length(var.enableds) > 0 ? element(var.enableds, count.index) : true
226226
value = length(var.values) > 0 ? element(var.values, count.index) : null
227-
}
227+
}

0 commit comments

Comments
 (0)