Hi all, I have a running Rancher cluster that host...
# terraform-provider-rancher2
l
Hi all, I have a running Rancher cluster that hosts a few EKS clusters. I’m trying to apply some terraform that had previously been working fine to one of our EKS clusters, but now I am getting an error:
Copy code
Error: [ERROR] Creating Project: Cluster ID c-dzn98 is not active

  with module.test-ci.rancher2_project.project,
  on ../../../providers/rancher/modules/project/main.tf line 1, in resource "rancher2_project" "project":
   1: resource "rancher2_project" "project" {
The cluster itself is alive and fine as being reported by Rancher, any ideas as to what I can do in order to fix this Cluster ID not being detected as active from Terraform?