fastly log iam policy: Add a / suffix to the policy
Graham Christensen committed
Jun 22, 2022 at 16:50 UTC
6f4a2ec6d1ecd5087698653df90c5ef96422e5fe
1 file changed
+1
-1
terraform/fastlylog/main.tf
+1
-1
@@ -21,7 +21,7 @@ resource "aws_iam_role" "fastly_log_forwarder" {
21
22
resource "aws_iam_policy" "policy" {
23
name_prefix = "FastlyLogForwarder"
24
- path = "/system"
24
+ path = "/system/"
25
description = "Allow Fastly to write logs to ${aws_s3_bucket.logs.bucket}."
26
27
policy = data.aws_iam_policy_document.fastly_write.json