Skip to content

Commit c1a4d41

Browse files
committed
fix: labels from config
1 parent 3119557 commit c1a4d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ locals {
138138
name = name
139139
})
140140
]
141-
}
141+
} if contains(keys(config), "labels")
142142
] : lower("${item.repository}") => item
143143
}
144144
}

0 commit comments

Comments
 (0)