rancher / terraform-provider-rancher2

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

[DOC] rancher2_config_map_v2 Import example contains an error #1286

Open ip025 opened 6 months ago

ip025 commented 6 months ago

I found a copy/paste oversight in the documentation.

The import example for the rancher2_config_map_v2 resource seems to be copy/pasted from the rancher2_secret_v2 resource but not fully adapted.

it reads:

$ terraform import rancher2_config_map_v2.foo <CLUSTER_ID>.<SECRET_V2_NAMESPACE>/<SECRET_V2_NAME>

i guess it should read:

$ terraform import rancher2_config_map_v2.foo <CLUSTER_ID>.<CONFIG_MAP_V2_NAMESPACE>/<CONFIG_MAP_V2_NAME>