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 {