Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 committed Sep 4, 2024
1 parent a15dbea commit acaa79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/dev_only_kubernetes_fix/iamfix.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module "eks" {
groups = ["system:nodes", "system:bootstrappers"]
},
{
rolearn = "arn:aws:iam::${var.account_id}:role/${split("/", data.aws_caller_identity.current.arn)[1]}"
rolearn = "arn:aws:iam::${var.account_id}:role/AWSReservedSSO_AWSAdministratorAccess_e6e62a284c3c35fc"
username = "AWSAdministratorAccess:{{SessionName}}"
groups = ["system:masters"]
},
Expand Down

0 comments on commit acaa79b

Please sign in to comment.