File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
infrastructure/modules/service-bus Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ service_bus = {
2929 episode_cancelled = {}
3030 }
3131 }
32- }
32+ }
33+
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ locals {
3232 azure_service_bus_map = {
3333 for object in local . azure_service_bus_object_list : " ${ object . service_bus_key } -${ object . region } " => object
3434 }
35- }
35+ }
36+
Original file line number Diff line number Diff line change @@ -36,4 +36,5 @@ variable "service_bus" {
3636 topic_name = optional (string )
3737 }))
3838 }))
39- }
39+ }
40+
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ resource "azurerm_servicebus_topic" "this" {
2525 requires_duplicate_detection = each. value . requires_duplicate_detection
2626 support_ordering = each. value . support_ordering
2727 status = each. value . status
28- }
28+ }
29+
Original file line number Diff line number Diff line change @@ -87,4 +87,5 @@ variable "tags" {
8787 description = " A mapping of tags to assign to the resource."
8888 type = map (string )
8989 default = {}
90- }
90+ }
91+
You can’t perform that action at this time.
0 commit comments