We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a1d33 commit a35269bCopy full SHA for a35269b
locals.tf
@@ -27,5 +27,5 @@ locals {
27
28
# Helper vars for optional blocks. Will either be an empty set (no) or a
29
# single item set (yes)
30
- needs_maintenance_window = var.primary_instance_name == null ? [] : [0]
+ needs_maintenance_window = var.primary_instance_name == null ? [0] : []
31
}
0 commit comments