Skip to content

Commit 0ae4da4

Browse files
committed
pr changes part 2
1 parent c838d1a commit 0ae4da4

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

infrastructure/modules/service-bus/example/example.tfvars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ service_bus = {
2929
episode_cancelled = {}
3030
}
3131
}
32-
}
32+
}
33+

infrastructure/modules/service-bus/example/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

infrastructure/modules/service-bus/example/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ variable "service_bus" {
3636
topic_name = optional(string)
3737
}))
3838
}))
39-
}
39+
}
40+

infrastructure/modules/service-bus/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

infrastructure/modules/service-bus/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)