File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ data "aws_iam_policy_document" "service" {
155
155
156
156
condition {
157
157
test = " StringEquals"
158
- variable = " aws:ResourceTag /for-use-with-amazon-emr-managed-policies"
158
+ variable = " aws:RequestTag /for-use-with-amazon-emr-managed-policies"
159
159
values = [" true" ]
160
160
}
161
161
}
@@ -179,7 +179,7 @@ data "aws_iam_policy_document" "service" {
179
179
180
180
condition {
181
181
test = " StringEquals"
182
- variable = " aws:ResourceTag /for-use-with-amazon-emr-managed-policies"
182
+ variable = " aws:RequestTag /for-use-with-amazon-emr-managed-policies"
183
183
values = [" true" ]
184
184
}
185
185
@@ -197,7 +197,7 @@ data "aws_iam_policy_document" "service" {
197
197
198
198
condition {
199
199
test = " StringEquals"
200
- variable = " aws:ResourceTag /for-use-with-amazon-emr-managed-policies"
200
+ variable = " aws:RequestTag /for-use-with-amazon-emr-managed-policies"
201
201
values = [" true" ]
202
202
}
203
203
}
You can’t perform that action at this time.
0 commit comments