Skip to content

Commit

Permalink
revert service change
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 14, 2024
1 parent e26e827 commit a97c5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployments/stacks/dpe-k8s-deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ resource "aws_iam_role" "clickhouse_backup_access" {
Effect = "Allow"
Principal = {
Federated = "${var.cluster_oidc_provider_arn}",
Service = "eks.amazonaws.com"
}
}
]
Expand Down

0 comments on commit a97c5fc

Please sign in to comment.