Open nemobis opened 1 month ago
https://github.com/rancher/terraform-provider-rancher2/pull/1416/files is for the typo in the error message. Why is the provider even trying to look up the cluster ID (something for which it may or may not have sufficient permissions) when I've already provided it?
[project_id](https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/namespace#project_id) - (Required) The project id where assign namespace. It's on the form project_id=<cluster_id>:<id>. Updating <id> part on same <cluster_id> namespace will be moved between projects (string)
Some copyediting of these sentences would be welcome. I'm not super sure what they're expected to mean.
Rancher Server Setup
Information about the Cluster
User Information
Provider Information
Describe the bug
Namespace creation or import fails with
To Reproduce
Attempt to create the namespace with
or create it manually and then attempt import with
Actual Result
Error. The rest of the plan works just fine and workloads appear in the namespace/project.
Expected Result
The namespace is created or imported into the state.