Skip to content

Commit b8b8cda

Browse files
petar-sekulPetar Sekul
andauthored
feat(billing): add billing support (#5)
* feat(billing): add billing support * feat(billing): add billing support Co-authored-by: Petar Sekul <[email protected]>
1 parent aae4f9a commit b8b8cda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ locals {
208208
alert-channel = local.alerts_enabled ? replace(var.alert_channel, "#", "") : ""
209209
communication-channel = replace(var.communication_channel, "#", "")
210210
responsible-person = var.responsible_person
211+
bill_project = var.project
212+
bill_path = lower(try(var.labels.bill_path, try(var.labels.app, "")))
211213
}, var.labels)
212214
vault_path = "kw/secret/${var.gitlab_project_path}/runtime/${var.sls_project_env}"
213215

0 commit comments

Comments
 (0)