│ 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".
There is no deprecation note or anything similar in the doc, so are these resources even supported?
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_appappears in the official docs however it doesn't exist in the source code.Same for
rancher2_multi_cluster_apphttps://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?