From bd90aa7f4740fed2a29f8ef04d9775286f06906b Mon Sep 17 00:00:00 2001 From: Paul Woelfel Date: Mon, 6 Feb 2023 17:39:33 +0100 Subject: [PATCH] Add descriptive_name --- blueprints/factories/project-factory/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/factories/project-factory/README.md b/blueprints/factories/project-factory/README.md index 32a1f8f07..7ff3c778e 100644 --- a/blueprints/factories/project-factory/README.md +++ b/blueprints/factories/project-factory/README.md @@ -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, [])