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

Wrong resource name used in ibm_dns_custom_resolver_forwarding_rule documentation #3090

Closed
AGrzes opened this issue Sep 10, 2021 · 0 comments · Fixed by #2997
Closed

Wrong resource name used in ibm_dns_custom_resolver_forwarding_rule documentation #3090

AGrzes opened this issue Sep 10, 2021 · 0 comments · Fixed by #2997
Assignees
Labels
documentation service/DNS Services Issues related to DNS Service

Comments

@AGrzes
Copy link

AGrzes commented Sep 10, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Documentation issue

The documentation uses dns_custom_resolver_forwarding_rule instead of ibm_dns_custom_resolver_forwarding_rule in examples and text.

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/dns_custom_resolver_forwarding_rule

resource "dns_custom_resolver_forwarding_rule" "dns_custom_resolver_forwarding_rule" {

You can import the dns_custom_resolver_forwarding_rule resource by using id. The id property can be formed from instance_id, resolver_id, and rule_id in the following format:

$ terraform import dns_custom_resolver_forwarding_rule.dns_custom_resolver_forwarding_rule <instance_id>/<resolver_id>/<rule_id>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation service/DNS Services Issues related to DNS Service
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants