Skip to content

Commit

Permalink
add enforce_in_transit field in google_pubsub_topic (#12716) (#889)
Browse files Browse the repository at this point in the history
[upstream:47353838db00bc219c8d1c5df636674b117732e8]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jan 15, 2025
1 parent 0dfc490 commit ec118f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsub_topic_geo_restricted/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ resource "google_pubsub_topic" "example" {
allowed_persistence_regions = [
"europe-west3",
]
enforce_in_transit = true
}
}

0 comments on commit ec118f0

Please sign in to comment.