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

Add Random_String Implementation #208

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

jamesptruitt
Copy link
Contributor

476

PR Checklist


  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code follows the code style of this project.
  • I ran lint checks locally prior to submission.
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Description

Add support for Terraform Random String resource so that the user can user the random strings for passwords and others purposes

Does this introduce a breaking change

  • YES
  • NO

Testing

Related PR in terraform-azurerm-caf
aztfmod/terraform-azurerm-caf#508

random_strings = {
jwt = {
length = 25
}
}

@arnaudlh arnaudlh added this to the 2106 milestone Jun 23, 2021
@arnaudlh arnaudlh changed the base branch from master to 5.4.0 June 23, 2021 03:27
@arnaudlh arnaudlh merged commit b7f063a into Azure:5.4.0 Jun 23, 2021
@arnaudlh
Copy link
Member

thanks for the contribution @jamesptruitt

@arnaudlh arnaudlh added the enhancement New feature or request label Jun 23, 2021
@jamesptruitt jamesptruitt deleted the jtruitt/AddRandom_String branch July 15, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants