We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
rancher2_config_map_v2
rancher2_secret_v2
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 therancher2_secret_v2
resource but not fully adapted.it reads:
i guess it should read:
The text was updated successfully, but these errors were encountered: