We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 704ae58 + 2092c05 commit 51c4ac8Copy full SHA for 51c4ac8
modules/source/main.tf
@@ -40,12 +40,6 @@ data "aws_iam_policy_document" "bucket_policy" {
40
41
resources = [local.bucket_arn]
42
43
- condition {
44
- test = "StringLike"
45
- variable = "aws:SourceArn"
46
- values = [aws_cur_report_definition.this[0].arn]
47
- }
48
-
49
condition {
50
test = "StringEquals"
51
variable = "aws:SourceAccount"
@@ -70,12 +64,6 @@ data "aws_iam_policy_document" "bucket_policy" {
70
64
71
65
resources = ["${local.bucket_arn}/*"]
72
66
73
74
75
76
77
78
79
67
80
68
81
69
0 commit comments