Skip to content

[PROBLEM] Missing multiple documented resources #2256

@azelezni

Description

@azelezni

https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/app#template_name-7
https://github.com/rancher/terraform-provider-rancher2/blob/v14.1.1/rancher2/provider.go#L109

rancher2_app appears in the official docs however it doesn't exist in the source code.

│ Error: Invalid resource type
│ 
│   on ../../modules/rancher-config/apps.tf line 31, in resource "rancher2_app" "this":
│   31: resource "rancher2_app" "this" {
│ 
│ The provider rancher/rancher2 does not support resource type "rancher2_app".

Same for rancher2_multi_cluster_app
https://registry.terraform.io/providers/rancher/rancher2/14.1.1/docs/resources/multi_cluster_app
https://github.com/rancher/terraform-provider-rancher2/blob/v14.1.1/rancher2/provider.go#L109

There is no deprecation note or anything similar in the doc, so are these resources even supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    internal/userThis is a problem identified by a user.

    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