Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ORabbit authored Aug 16, 2023
1 parent 6f48faa commit 7c88ed5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/subscriptions_only/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ module "pubsub" {
ack_deadline_seconds = 20
expiration_policy = "1209600s" // two weeks
},
{
name = "push_payload_unwrapping"
push_endpoint = "https://${var.project_id}.appspot.com/"
no_wrapper = { write_metadata = true }
ack_deadline_seconds = 20
expiration_policy = "1209600s" // two weeks
},
]

}

0 comments on commit 7c88ed5

Please sign in to comment.