diff --git a/examples/config/main.tf b/examples/config/main.tf index 8974a98..7493a14 100644 --- a/examples/config/main.tf +++ b/examples/config/main.tf @@ -13,10 +13,10 @@ locals { context_tags = merge({ for k, v in module.this.tags : lower(k) => v - }, + }, { "platform" : try(module.this.attributes[0], "none"), - }) + }) }