We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1650b19 commit 6487bfbCopy full SHA for 6487bfb
scaleway/resource_k8s_pool.go
@@ -83,7 +83,7 @@ func resourceScalewayK8SPool() *schema.Resource {
83
"container_runtime": {
84
Type: schema.TypeString,
85
Optional: true,
86
- Default: k8s.RuntimeDocker.String(),
+ Default: k8s.RuntimeContainerd.String(),
87
ForceNew: true,
88
Description: "Container runtime for the pool",
89
ValidateFunc: validation.StringInSlice([]string{
0 commit comments