We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As Kay suggested here: #13 (review)
Would it be possible to have a variable name_prefix so that for people can specify a unique name for the following?
Otherwise, I think people in the same org trying this out can run into an error due to naming collision.
A popular prefix variable name in other TF modules is namespace:
namespace
variable "namespace" { type = string description = "String used for prefix resources." }
We should be careful and make sure that the string length is limited so that users don't use too long of a name.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As Kay suggested here: #13 (review)
Would it be possible to have a variable name_prefix so that for people can specify a unique name for the following?
Otherwise, I think people in the same org trying this out can run into an error due to naming collision.
A popular prefix variable name in other TF modules is
namespace
:We should be careful and make sure that the string length is limited so that users don't use too long of a name.
The text was updated successfully, but these errors were encountered: