* module.gke.google_container_cluster.primary: key "default" does not exist in map var.gke_num_nodes in:
${var.gke_num_nodes[terraform.workspace]}
```
you are still in the default workspace. Change to dev by `terraform workspace select dev` or create it `terraform workspace new dev` if you didn't yet.
***
If a resource cannot be found by Terraform and this even prevents a `terraform refresh` with an error like
If a resource cannot be found by Terraform and this even prevents a `terraform refresh` with an error like