Skip to content

Commit 40e5058

Browse files
committed
updating file path
1 parent 5ce810f commit 40e5058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/modules/aws-policies

terraform/modules/aws-policies/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ resource "aws_iam_policy" "custom_policy" {
55

66
name = each.key
77
description = each.value["description"]
8-
policy = file("${path.module}/policies-json/${each.value["filename"]}")
8+
policy = file("aws-custom-policies/${each.value["filename"]}")
99
}

0 commit comments

Comments
 (0)