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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user