Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] rancher2_config_map_v2 Import example contains an error #1286

Open
ip025 opened this issue Jan 3, 2024 · 0 comments
Open

[DOC] rancher2_config_map_v2 Import example contains an error #1286

ip025 opened this issue Jan 3, 2024 · 0 comments

Comments

@ip025
Copy link

ip025 commented Jan 3, 2024

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant