Skip to content

Commit 6fcd390

Browse files
authored
fix: a default empty map for service bus variable (#1180)
1 parent e16d532 commit 6fcd390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/tf-core/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ variable "sqlserver" {
458458

459459
variable "service_bus" {
460460
description = "Configuration for Service Bus namespaces and their topics"
461+
default = {}
461462
type = map(object({
462463
namespace_name = optional(string)
463464
capacity = number

0 commit comments

Comments
 (0)