Skip to content

Commit

Permalink
#16 corrected reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 8, 2024
1 parent e686fb9 commit 1cd3099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data "aws_iam_policy_document" "encryption_rds_policy" {
condition {
test = "StringEquals"
variable = "kms:ViaService"
values = ["ssm.${data.aws_region.current.name}.amazonaws.com"]
values = ["ssm.${var.region}.amazonaws.com"]
}
}
}
Expand Down

0 comments on commit 1cd3099

Please sign in to comment.