Skip to content

Commit c4068fb

Browse files
author
Evy Bongers
authored
Specify maintenance window when not replica (#9)
1 parent f0b3bd7 commit c4068fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ locals {
2727

2828
# Helper vars for optional blocks. Will either be an empty set (no) or a
2929
# single item set (yes)
30-
needs_maintenance_window = var.primary_instance_name == null ? [] : [0]
30+
needs_maintenance_window = var.primary_instance_name == null ? [0] : []
3131
}

0 commit comments

Comments
 (0)