Add descriptive_name

This commit is contained in:
Paul Woelfel 2023-02-06 17:39:33 +01:00
parent f2b61b1e31
commit bd90aa7f47
No known key found for this signature in database
GPG Key ID: 2BB3A36C6AABC94D
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module "projects" {
for_each = local.projects
defaults = local.defaults
project_id = each.key
descriptive_name = try(each.value.descriptive_name, null)
billing_account_id = try(each.value.billing_account_id, null)
billing_alert = try(each.value.billing_alert, null)
dns_zones = try(each.value.dns_zones, [])