Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
morazow committed Nov 28, 2024
1 parent bf6910a commit d9df7da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/private-connection/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ resource "aws_iam_role" "ververica_cloud_iam_role" {
data "aws_iam_policy_document" "glue" {
count = var.enable_glue ? 1 : 0
statement {
sid = "AWSGlueCatalogPolicy"
effect = "Allow"
actions = ["glue:*"]
sid = "AWSGlueCatalogPolicy"
effect = "Allow"
actions = ["glue:*"]
resources = var.glue_arns == null ? ["*"] : var.glue_arns
}
}
Expand Down

0 comments on commit d9df7da

Please sign in to comment.