[BUG] Update Import Statement in Documentation for cloudfoundry_org_role resource #86
Closed
1 task done
Labels
bug
Something isn't working
Is there an existing issue for this?
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
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
The text was updated successfully, but these errors were encountered: