Skip to content
New issue

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

feat: allow raw names for the storage account resource #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juan-acevedo-ntt
Copy link

@juan-acevedo-ntt juan-acevedo-ntt commented Sep 22, 2022

The module does not allow to set a custom name for the storage account. Using a random name is convenient, but sometimes you have to follow strict naming conventions. I added a new feature to allow custom naming. Backwards compatible.

  • A new variable has been added storage_account_name_raw
  • If storage_account_name_rawhas a value, use it instead of a name based on a prefix and random suffix
  • README.md updated using terraform-docs

* A new variable has beed added `storage_account_name_raw`
* If `storage_account_name_raw`has a value, do not add prefix and random suffix to the names
Refs: TCA-1924
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant