You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "default_pool": required field is not set
on scaleway.tf line 3, in resource "scaleway_k8s_cluster_beta" "cluster":
3: resource "scaleway_k8s_cluster_beta" "cluster" {
Expected Behavior
We should be able to delete the default pool, if we're using another one
Actual Behavior
We can't delete the default pool, even though we can from the API/web interface
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
I am not sure whether this fix allows to create a scaleway_k8s_cluster_beta resource without any default pool if a scaleway_k8s_pool_beta is created and assigned to the cluster elsewhere.
I tested with master version and it does not work. However I think it should be the expected behaviour, don't you think ?
Hey @debovema !
You can't create a cluster without a default pool. It's an API limitation. I think it would be kind of hard to mimic such feature on Terraform. So my guess is that it's going to stay like this (and stay coherent with the API).
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
We should be able to delete the default pool, if we're using another one
Actual Behavior
We can't delete the default pool, even though we can from the API/web interface
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: