Skip to content

Commit

Permalink
IAM修正
Browse files Browse the repository at this point in the history
  • Loading branch information
XxxKMSxxX committed Jul 28, 2024
1 parent 26813d4 commit d64b680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firehose/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ resource "aws_iam_role_policy" "firehose_policy" {
Resource = [
"arn:aws:glue:${var.aws_region}:${data.aws_caller_identity.current.account_id}:catalog",
"arn:aws:glue:${var.aws_region}:${data.aws_caller_identity.current.account_id}:database/${aws_glue_catalog_database.my_database.name}",
"arn:aws:glue:${var.aws_region}:${data.aws_caller_identity.current.account_id}:table/${aws_glue_catalog_table.my_table.name}"
"arn:aws:glue:${var.aws_region}:${data.aws_caller_identity.current.account_id}:table/${aws_glue_catalog_database.my_database.name}/${aws_glue_catalog_table.my_table.name}"
]
},
{
Expand Down

0 comments on commit d64b680

Please sign in to comment.