-
Notifications
You must be signed in to change notification settings - Fork 389
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
[datadog_user_role] Creating a new datadog_user_role
resource
#2311
Conversation
330a02b
to
b320876
Compare
b320876
to
9b0504a
Compare
datadog_user_role
resourcedatadog_user_role
resource
datadog_user_role
resourcedatadog_user_role
resource
1c580a2
to
570bb9a
Compare
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.
Tested locally and it worked well!
I am trying to see how this and #2340 interact, doing some more local testing, will comment on the other PR.
i wonder if i made those changes obsolete... assuming we don't use fwiw this was my test
i could freely assign roles to user EDIT: just saw your comment on importing |
I retested with your latest code, this time not including #2340. I noted that:
|
…ce, update tests to avoid Datadog Standard Role, as that has really long lookup and will error if any deletes flake
As part of ACCESS-2220, we want to create a
datadog_user_role
resource for user-role assignments via Terraform. These assignments should not overwrite existing ones that aren't managed by Terraform.