Ignore changes to size as we have autoscaling enabled

This commit is contained in:
Marcus Noble 2020-06-05 18:29:05 +01:00
parent 7ae4597187
commit f64125d0b2
1 changed files with 4 additions and 0 deletions

View File

@ -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" {