Skip to content

Commit

Permalink
chore: Updated string interpolation in resource (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyarmoshyk authored Jun 18, 2021
1 parent fb96c52 commit c4de104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ data "aws_iam_policy_document" "lb_log_delivery" {
]

resources = [
"${aws_s3_bucket.this[0].arn}",
aws_s3_bucket.this[0].arn,
]

}
Expand Down

0 comments on commit c4de104

Please sign in to comment.