Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Extra hypen in the value of name_prefix of aws_launch_configuration #193

Open
deveshmehta opened this issue Apr 5, 2020 · 1 comment
Open
Labels

Comments

@deveshmehta
Copy link

There is an additional hypen sysmbol in the value of name_prefix under the block of resource "aws_launch_configuration" "launch_configuration"

https://github.com/hashicorp/terraform-aws-vault/blob/master/modules/vault-cluster/main.tf#L100

name_prefix = "${var.cluster_name}"

@brikis98
Copy link
Collaborator

brikis98 commented Apr 6, 2020

Extra in what sense? I think it's added there to separate the cluster name from the random data added by Terraform to ensure a unique name.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants