We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22e47e commit 566f499Copy full SHA for 566f499
modules/initial_load/task/main.tf
@@ -88,7 +88,8 @@ data "aws_iam_policy_document" "execution" {
88
"dynamodb:DescribeTable",
89
"dynamodb:GetItem",
90
"dynamodb:Scan",
91
- "dynamodb:Query"
+ "dynamodb:Query",
92
+ "dynamodb:DescribeContinuousBackups"
93
]
94
resources = [
95
"arn:aws:dynamodb:${data.aws_region.this.name}:${data.aws_caller_identity.this.account_id}:table/${var.source_table_name}"
0 commit comments