From 19869d8a79f14b8310988c787b665e114bf6e268 Mon Sep 17 00:00:00 2001 From: Steven Hoang Date: Sun, 17 Mar 2024 10:03:57 +0800 Subject: [PATCH] Update AutoTags.ts --- src/Common/AutoTags.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Common/AutoTags.ts b/src/Common/AutoTags.ts index a5d5d74c..a63fa80b 100644 --- a/src/Common/AutoTags.ts +++ b/src/Common/AutoTags.ts @@ -7,6 +7,7 @@ const ignoredTags = [ 'servicePrincipal:ServicePrincipal', 'servicePrincipalPassword:ServicePrincipalPassword', 'kubernetes', + 'cloudflare' ]; export function registerAutoTags(autoTags: Record): void {