Add parameter to modules/pubsub to support message_storage_policy.enforce_in_transit (#3761)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Simon Roberts
2026-02-25 03:58:43 +11:00
committed by GitHub
parent 9d35f19ecb
commit 81b70695ac
3 changed files with 13 additions and 5 deletions

View File

@@ -46,6 +46,12 @@ variable "message_retention_duration" {
default = null
}
variable "message_storage_enforce_in_transit" {
description = "If true, var.regions is also used to enforce in-transit guarantees for messages."
type = bool
default = null
}
variable "name" {
description = "PubSub topic name."
type = string