Skip to content

Commit 49ae730

Browse files
Update main.tf
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent 64606f1 commit 49ae730

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
@@ -215,7 +215,7 @@ resource "google_pubsub_subscription" "push_subscriptions" {
215215
dynamic "no_wrapper" {
216216
for_each = (lookup(each.value, "no_wrapper", null) != null ? [true] : [])
217217
content {
218-
write_metadata = lookup(each.value, "write_metadata", true)
218+
write_metadata = lookup(each.value, "write_metadata", null)
219219
}
220220
}
221221

0 commit comments

Comments
 (0)