Skip to content

Commit

Permalink
fix missing admin role binding on storage bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Feb 13, 2024
1 parent de6298b commit 8a18574
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ module "bucket" {
encryption_key_names = {
(var.name) = module.kms.keys["${var.name}"]
}
bucket_admins = {
(var.name) = var.admin
}
set_admin_roles = true
admins = [var.admin]
}

0 comments on commit 8a18574

Please sign in to comment.