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
What is the role of the user logged in? Project Owner
Provider Information
What is the version of the Rancher v2 Terraform Provider in use? v5.0.0.
What is the version of Terraform in use? v1.5.7
Describe the bug
Namespace creation or import fails with
│ Error: [ERROR] Getting clusted ID from project ID: Bad project id format p-ab1c2
│
│ with rancher2_namespace.observe_namespace,
│ on main.tf line 56, in resource "rancher2_namespace" "observe_namespace":
│ 56: resource "rancher2_namespace" "observe_namespace" {
[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.
The text was updated successfully, but these errors were encountered: