Skip to content

Commit

Permalink
each.value.key is meant to be each.key in logging_bigquery
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Aug 22, 2024
1 parent 87c4556 commit d1bf5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/www/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ resource "fastly_service_vcl" "service" {
}
iterator = each
content {
name = each.value.key
name = each.key
dataset = "fastly_logs"
table = "fastly_logs"
project_id = each.value.project_id
Expand Down

0 comments on commit d1bf5b2

Please sign in to comment.