moved to random string for the node name

This commit is contained in:
Karim Naufal 2022-03-09 05:42:56 +01:00
parent 2d913e710a
commit af592adb9b

View File

@ -1,5 +1,10 @@
resource "random_pet" "server" {
length = 1
resource "random_string" "server" {
length = 3
lower = true
special = false
number = false
upper = false
keepers = {
# We re-create the id (and server) whenever one of those attributes
# changes. This should include all input variables to this module,