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
Proxy/Cert Details: Included LetsEncrypt, no proxy
Information about the Cluster
Kubernetes version: v1.29.8 +rke2r1
Cluster Type (Local/Downstream): RKE2 deployed in EC2
User Information
What is the role of the user logged in? Admin (using rancher_bootstrap token)
Provider Information
What is the version of the Rancher v2 Terraform Provider in use? 5.1.0
What is the version of Terraform in use? 1.9.6
What is the version of Terragrunt in use? v0.66.9
Describe the bug
When creating a rancher2_catalog_v2 resource, the providers expects a Downloaded state, but when using an OCI repository the state is OCIDownloaded so the provider never ends the resource creation
Rancher Server Setup
Information about the Cluster
User Information
Provider Information
Describe the bug
When creating a rancher2_catalog_v2 resource, the providers expects a
Downloaded
state, but when using an OCI repository the state isOCIDownloaded
so the provider never ends the resource creationTo Reproduce
Create a rancher2_catalog_v2
And the terragrunt / terraform execution gets stuck at
Taking a look into the YAML of the created catalog we can see that the state is
OCIDownloaded
So the provider will never end because it is waiting for a state that won't exist in a OCI repository
Actual Result
The provider creates the repository but the Terragrunt / Terraform executions gets stuck
Expected Result
The provider creates the repository without getting stuck
Screenshots
Taking a look into the created catalog, is in an
Active
state and the Charts that it contains can be seen and used from within RancherThe state of the repo is
OCIDownloaded
But the provider is waiting for
Download
Cheers
Alex
The text was updated successfully, but these errors were encountered: