From 485ade2de093423ee0e9aaeacef728ca5c95d09e Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Thu, 14 Nov 2024 17:01:39 +0000 Subject: [PATCH] Update dfe_analytics doc with service account delete --- aks/dfe_analytics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aks/dfe_analytics/README.md b/aks/dfe_analytics/README.md index 0cdc37e..be3c296 100644 --- a/aks/dfe_analytics/README.md +++ b/aks/dfe_analytics/README.md @@ -21,6 +21,8 @@ module "dfe_analytics" { } ``` +Note: this will create a new appender service account. The old service account AND the permission on the dataset must both be deleted manually afterwards. + ### Create new dataset and events table Use for a new environment. To get the values for `gcp_taxonomy_id` and `gcp_policy_tag_id` see [Taxonomy and policy tag](#taxonomy-and-policy-tag).