tweaked keepers for random string
This commit is contained in:
parent
494a2a11f3
commit
5590ecfc98
@ -6,10 +6,8 @@ resource "random_string" "server" {
|
|||||||
upper = false
|
upper = false
|
||||||
|
|
||||||
keepers = {
|
keepers = {
|
||||||
# We re-create the id (and server) whenever one of those attributes
|
# We re-create the apart of the name changes.
|
||||||
# changes.
|
|
||||||
name = var.name
|
name = var.name
|
||||||
private_ipv4 = var.private_ipv4
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user