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

Container Registry Documentation Error #2685

Closed
kroc353 opened this issue May 28, 2021 · 0 comments · Fixed by #2686
Closed

Container Registry Documentation Error #2685

kroc353 opened this issue May 28, 2021 · 0 comments · Fixed by #2686
Labels
service/Container Registry Issues related to Container Registry

Comments

@kroc353
Copy link

kroc353 commented May 28, 2021

The example at this link is incorrect:
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cr_namespace

Example terraform code:

resource "cr_namespace" "cr_namespace" {
  name = "name"
}

Correct example terraform code:

resource "ibm_cr_namespace" "cr_namespace" {
  name = "name"
}

image

kavya498 added a commit to kavya498/terraform-provider-ibm that referenced this issue May 31, 2021
@kavya498 kavya498 added the service/Container Registry Issues related to Container Registry label May 31, 2021
hkantare pushed a commit that referenced this issue May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Container Registry Issues related to Container Registry
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants