Skip to content

Commit

Permalink
try sage-aws-eks module
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 13, 2024
1 parent c45595b commit 85aa485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/stacks/dpe-k8s-deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ resource "aws_iam_role" "clickhouse_backup_access" {
Action = "sts:AssumeRoleWithWebIdentity"
Effect = "Allow"
Principal = {
Federated = "arn:aws:iam::${var.aws_account_id}:oidc-provider/oidc.eks.us-east-1.amazonaws.com/id/${module.eks.cluster_id}"
Federated = "arn:aws:iam::${var.aws_account_id}:oidc-provider/oidc.eks.us-east-1.amazonaws.com/id/${module.sage-aws-eks.eks.cluster_id}"
}
# Condition = {
# StringEquals = {
Expand Down

0 comments on commit 85aa485

Please sign in to comment.