ignore ssh key change for server
This commit is contained in:
parent
5b09a5806e
commit
a87120ac1f
@ -9,6 +9,11 @@ resource "hcloud_server" "HomeLab" {
|
||||
labels = {
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ssh_keys,
|
||||
]
|
||||
}
|
||||
}
|
||||
#resource "hcloud_server" "HomeLab2" {
|
||||
# count = var.instances
|
||||
|
Loading…
Reference in New Issue
Block a user