From 7e1ae99fd23b9389f02f0f2808f5612a3cf4faed Mon Sep 17 00:00:00 2001 From: yangci Date: Fri, 22 Aug 2025 09:20:54 -0400 Subject: [PATCH] feat: add "role" to naming null-label for the role --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c93d29f..1b6df98 100644 --- a/main.tf +++ b/main.tf @@ -17,7 +17,7 @@ module "label_backup_role" { source = "cloudposse/label/null" version = "0.25.0" enabled = local.enabled - attributes = ["backup"] + attributes = ["backup", "role"] context = module.this.context }