Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 091656e

Browse files
committed
asg: is it this way?
1 parent 4aa4bcf commit 091656e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/asg/locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ locals {
22
name_prefix_with_suffix = "${var.name_prefix}-${var.name_suffix}"
33
name_prefix_without_suffix = "${var.name_prefix}"
44

5-
name_prefix = "${var.name_suffix != "" ? local.name_prefix_without_suffix : local.name_prefix_with_suffix}"
5+
name_prefix = "${var.name_suffix != "" ? local.name_prefix_with_suffix : local.name_prefix_without_suffix}"
66

77
}

0 commit comments

Comments
 (0)