terraform formatting fixed
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
locals {
|
||||
prefix = var.prefix == null ? "" : "${var.prefix}-"
|
||||
prefix = var.prefix == null ? "" : "${var.prefix}-"
|
||||
notification = try(var.notification_config.enabled, false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user