Closed dkulchinsky closed 3 years ago
Thanks for trying it out, itβs most likely a bug in the generated schema (terraform is not good at handling default values).
Iβll fix this tomorrow.
Should be fixed by https://github.com/eddycharly/terraform-provider-kops/pull/387
Closing, fixed in v1.21.2-alpha.2
.
Hey there ππΌ
Thanks for building this π
Trying to disable CPU CFS Quota on a couple of clusters (using latest stable - v1.21.0) by adding this to the
cluster
resource:but the plan ends up with no changes.
I tried setting it on the instance_group resource level and got a diff, however when applied nothing happened and I didn't see any change in the
cluster.spec
any advise?