Skip to content

Commit

Permalink
Add Developer role as key_administrator
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Mar 18, 2024
1 parent c4e30d4 commit 45e5889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/aws/implementation/modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module "eks-cluster" {
cloudwatch_log_group_retention_in_days = 7

kms_key_enable_default_policy = true
kms_key_administrators = [
"arn:aws:iam::339712971032:role/Developer"
]

vpc_id = var.vpc_id
subnet_ids = flatten([var.private_subnet_ids, var.public_subnet_ids])
Expand Down

0 comments on commit 45e5889

Please sign in to comment.