We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd3b71 commit bd637aeCopy full SHA for bd637ae
main.tf
@@ -8,10 +8,10 @@
8
# convention.
9
10
module "labels" {
11
- source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.13.0"
+ source = "git::https://github.com/clouddrove/terraform-labels.git?ref=tags/0.14.0"
12
13
name = var.name
14
- application = var.application
+ repository = var.repository
15
environment = var.environment
16
managedby = var.managedby
17
label_order = var.label_order
0 commit comments