Skip to content

Commit 32318c1

Browse files
committed
chore: renaming the mgmt account to root
1 parent b3e65dd commit 32318c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module "notifications" {
1313
sns_topic_name = var.sns_topic_name
1414
tags = var.tags
1515
accounts_id_to_name = {
16-
"536471746696" = "mgmt"
16+
"536471746696" = "root"
1717
}
1818
}
1919

0 commit comments

Comments
 (0)