1
0

patch: updated outputs.tf

This commit is contained in:
xpk
2026-02-19 13:56:14 +08:00
parent a1e44dc610
commit 73f66bae5f
2 changed files with 16 additions and 16 deletions
@@ -213,8 +213,8 @@ data "aws_iam_policy_document" "storage" {
condition {
test = "StringEquals"
values = [
"ec2.${data.aws_region.this.name}.amazonaws.com",
"s3.${data.aws_region.this.name}.amazonaws.com"
"ec2.${data.aws_region.this.id}.amazonaws.com",
"s3.${data.aws_region.this.id}.amazonaws.com"
]
variable = "kms:ViaService"
}