rancher / terraform-provider-rancher2

Terraform Rancher2 provider
https://www.terraform.io/docs/providers/rancher2/
Mozilla Public License 2.0
263 stars 228 forks source link

```rancher2_cluster_v2```: description argument is missing #965

Open dmpe opened 2 years ago

dmpe commented 2 years ago

Hi

resource "rancher2_cluster_v2" "app-cluster" {
  name = var.rancher2_cluster_name
  description = "x" -> is missing from documentation and support

Can it be please added? No reason not to have it.

https://registry.terraform.io/providers/rancher/rancher2/latest/docs/resources/cluster_v2#name

ashum81 commented 7 months ago

I really miss this parameter. Please add it.