Skip to content

[Docs] Documentation on 7.x showing resources which provider does not provide #1561

@siimaus

Description

@siimaus

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/documentationThis issue is related to documentation.internal/userThis is a problem identified by a user.status/backlogThis issue is waiting for someone to be available to work it.team/orbs

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions