included random string suffix

This commit is contained in:
Andy Aviles
2024-06-17 09:50:53 -04:00
committed by lonegunmanb
parent cd38055ba3
commit d5c754a94b
2 changed files with 8 additions and 2 deletions

View File

@ -17,6 +17,12 @@ variable "sku" {
default = "S0"
}
resource "random_string" "suffix" {
length = 4
special = false
upper = false
}
/*Optional: For Customer Managed Keys, uncomment this part AND the corresponding section in hub.tf
variable "cmk_keyvault_key_uri" {
description = "Key vault uri to access the encryption key."