-
Notifications
You must be signed in to change notification settings - Fork 204
doc: Adds example & documentation for new mongodbatlas_cloud_user_org_assignment
resource
#3493
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
base: CLOUDP-320243-dev-2.0.0
Are you sure you want to change the base?
doc: Adds example & documentation for new mongodbatlas_cloud_user_org_assignment
resource
#3493
Conversation
…-cloud-user-org-ds
…-cloud-user-org-ds
APIx bot: a message has been sent to Docs Slack channel |
|
||
**NOTE**: Users with pending invitations created using the deprecated `mongodbatlas_project_invitation` resource or via the deprecated [Invite One MongoDB Cloud User to One Project](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getorganizationuser#tag/Projects/operation/createProjectInvitation) | ||
endpoint cannot be managed with this resource. See [MongoDB Atlas API](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/operation/operation-getorganizationuser) for details. | ||
To manage such users with this resource, refer to our [migration guide]<link-to-migration-guide>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as resource, correct migration guide link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
data "mongodbatlas_cloud_user_org_assignment" "example_user_id" { | ||
org_id = var.org_id | ||
user_id = var.user_id | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all files in the example should finish with a new line. see https://gist.github.com/OleksiyRudenko/d51388345ea55767b7672307fe35adf3 to set it in the VS code settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once comments are addressed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM % nit
Co-authored-by: davidhou17 <[email protected]>
…ngodb/terraform-provider-mongodbatlas into CLOUDP-329812-cloud-user-org-resource
…-cloud-user-org-ex-docs
Description
Adds example & documentation for new
mongodbatlas_cloud_user_org_assignment
resourceLink to any related issue(s): https://jira.mongodb.org/browse/CLOUDP-329817
Type of change:
Required Checklist:
Further comments