Ignore changes to size as we have autoscaling enabled
This commit is contained in:
parent
7ae4597187
commit
f64125d0b2
@ -22,6 +22,10 @@ resource "scaleway_k8s_pool_beta" "k8s-cluster-pool-1" {
|
||||
max_size = 2
|
||||
autoscaling = true
|
||||
autohealing = true
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [size]
|
||||
}
|
||||
}
|
||||
|
||||
output "api_server" {
|
||||
|
Loading…
Reference in New Issue
Block a user