Hello.
Support for rancher2_catalog resource was removed with rancher/rancher#39525
however, when checking documentation on https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/catalog it shows that resource should be there

When trying to use this resource with 7.2.0 provider, it is reported as missing.
terraform init:
...
- Installing rancher/rancher2 v7.2.0...
- Installed rancher/rancher2 v7.2.0 (signed by a HashiCorp partner, key ID 2EEB0F9AD44A135C)
...
terraform validate:
...
Error: Invalid resource type
│
│ on .terraform/modules/system_catalogs/modules/catalog_np/catalogs.tf line 60, in resource "rancher2_catalog" "catalogs":
│ 60: resource "rancher2_catalog" "catalogs" {
│
│ The provider rancher/rancher2 does not support resource type "rancher2_catalog".
terraform providers:
Providers required by configuration:
.
...
├── provider[registry.terraform.io/rancher/rancher2] ~> 7.0
...
Please consider providing up to date documentation to Terraform Registry.
Thank you
Hello.
Support for rancher2_catalog resource was removed with rancher/rancher#39525
however, when checking documentation on https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/catalog it shows that resource should be there
When trying to use this resource with 7.2.0 provider, it is reported as missing.
terraform init:
terraform validate:
terraform providers:
Please consider providing up to date documentation to Terraform Registry.
Thank you