Guimove / terraform-aws-bastion

Terraform module which creates SSH bastion infrastructure on AWS
https://registry.terraform.io/modules/Guimove/bastion/aws
Apache License 2.0
205 stars 186 forks source link

change name_prefix to be name prefix #136

Closed ashtonian closed 1 year ago

Guimove commented 2 years ago

The purpose of ASG-${local.name_prefix} is to build the prefix to have the finnal name like ASG-name_prefix_randomID

With your PR, this will be change to name_prefix_ASG_randomID which IMO is not fine.