Skip to content

Commit c4de104

Browse files
authored
chore: Updated string interpolation in resource (terraform-aws-modules#97)
1 parent fb96c52 commit c4de104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ data "aws_iam_policy_document" "lb_log_delivery" {
326326
]
327327

328328
resources = [
329-
"${aws_s3_bucket.this[0].arn}",
329+
aws_s3_bucket.this[0].arn,
330330
]
331331

332332
}

0 commit comments

Comments
 (0)