Skip to content

Commit

Permalink
fix: Update EMR studio service role policy to RequestTags on Create* (#5
Browse files Browse the repository at this point in the history
)
  • Loading branch information
terenho-jobber committed May 18, 2023
1 parent 4d29ee5 commit 274efc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/studio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ data "aws_iam_policy_document" "service" {

condition {
test = "StringEquals"
variable = "aws:ResourceTag/for-use-with-amazon-emr-managed-policies"
variable = "aws:RequestTag/for-use-with-amazon-emr-managed-policies"
values = ["true"]
}
}
Expand All @@ -179,7 +179,7 @@ data "aws_iam_policy_document" "service" {

condition {
test = "StringEquals"
variable = "aws:ResourceTag/for-use-with-amazon-emr-managed-policies"
variable = "aws:RequestTag/for-use-with-amazon-emr-managed-policies"
values = ["true"]
}

Expand All @@ -197,7 +197,7 @@ data "aws_iam_policy_document" "service" {

condition {
test = "StringEquals"
variable = "aws:ResourceTag/for-use-with-amazon-emr-managed-policies"
variable = "aws:RequestTag/for-use-with-amazon-emr-managed-policies"
values = ["true"]
}
}
Expand Down

0 comments on commit 274efc3

Please sign in to comment.