Skip to content

Commit

Permalink
Update hashicorp/random to 3.1.0 version (Azure#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Monteiro Nepomuceno <[email protected]>
  • Loading branch information
jdompablo and Nepomuceno authored Jul 25, 2022
1 parent f4d6f51 commit 9710d59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
random = {
source = "hashicorp/random"
version = ">= 2.2"
version = "~> 3.1.0"
}
}
}
Expand All @@ -21,8 +21,6 @@ resource "random_string" "first_letter" {
number = false
}



locals {
// adding a first letter to guarantee that you always start with a letter
random_safe_generation = join("", [random_string.first_letter.result, random_string.main.result])
Expand Down

0 comments on commit 9710d59

Please sign in to comment.