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

[BUG] Update Import Statement in Documentation for cloudfoundry_org_role resource #86

Closed
1 task done
ANUGRAHG opened this issue Nov 26, 2024 · 0 comments · Fixed by #87
Closed
1 task done

[BUG] Update Import Statement in Documentation for cloudfoundry_org_role resource #86

ANUGRAHG opened this issue Nov 26, 2024 · 0 comments · Fixed by #87
Labels
bug Something isn't working

Comments

@ANUGRAHG
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

What version of the Terraform provider are you using?

No response

What version of the Terraform CLI are you using?

1.9.7

What CF API version are you using?

No response

What type of issue are you facing

documentation issue

Describe the bug

The current documentation for the cloudfoundry_org_role resource includes the incorrect import statement:

terraform import cloudfoundry_role.my_role <role_guid>

This should be updated to:

terraform import cloudfoundry_org_role.my_role <role_guid>

Please make the necessary update to reflect the correct import statement.

Expected Behavior

The import statement should be as below in the document

# terraform import cloudfoundry_org_role.<resource_name> <role_guid>

terraform import cloudfoundry_org_role.my_role e17839d9-cd4f-4e4b-baf0-18786f12fede

Steps To Reproduce

No response

Your Terraform Configuration

No response

Roles

No response

Add screenshots to help explain your problem

No response

Additional context

No response

@ANUGRAHG ANUGRAHG added the bug Something isn't working label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant