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 f0b3bd7 commit c4068fbCopy full SHA for c4068fb
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