We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64606f1 commit 49ae730Copy full SHA for 49ae730
main.tf
@@ -215,7 +215,7 @@ resource "google_pubsub_subscription" "push_subscriptions" {
215
dynamic "no_wrapper" {
216
for_each = (lookup(each.value, "no_wrapper", null) != null ? [true] : [])
217
content {
218
- write_metadata = lookup(each.value, "write_metadata", true)
+ write_metadata = lookup(each.value, "write_metadata", null)
219
}
220
221
0 commit comments