Closed ashtonian closed 1 year ago
The purpose of ASG-${local.name_prefix} is to build the prefix to have the finnal name like ASG-name_prefix_randomID
ASG-${local.name_prefix}
ASG-name_prefix_randomID
With your PR, this will be change to name_prefix_ASG_randomID which IMO is not fine.
name_prefix_ASG_randomID
The purpose of
ASG-${local.name_prefix}
is to build the prefix to have the finnal name likeASG-name_prefix_randomID
With your PR, this will be change to
name_prefix_ASG_randomID
which IMO is not fine.