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 1b966fc commit 84ca69aCopy full SHA for 84ca69a
infrastructure/iam.tf
@@ -188,6 +188,11 @@ data "aws_iam_policy_document" "lambda_toggle_bulk_upload_document" {
188
}
189
190
191
+resource "aws_iam_policy" "lambda_toggle_bulk_upload_policy" {
192
+ name = "${terraform.workspace}_lambda_toggle_bulk_upload_policy"
193
+ policy = data.aws_iam_policy_document.lambda_toggle_bulk_upload_document.json
194
+}
195
+
196
data "aws_iam_policy_document" "assume_role_policy_for_ods_report_lambda" {
197
statement {
198
actions = ["sts:AssumeRole"]
0 commit comments