-
Notifications
You must be signed in to change notification settings - Fork 381
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
Feature request: Add user access_role to Datadog provider #4
Comments
It'd be good to provision standard and/or admin accounts. Great for automated employee onboarding/offboarding. |
Would love this as well, then I dont have to login after running TF to downgrade them |
Just to confirm I'm going to schedule some work to implement this, will update the issue accordingly. |
Currently working on this, the hard part is keeping backward compatibility with the existing |
@masci I wouldn't worry about it. Module versions can be easily locked. Personally, I always lock versions of all dependencies to avoid future compatibility problems - is it in a real programming language like Ruby, o "just" Terraform. |
@Nowaker thanks for the advice. I'd have loved to deprecate |
Update: finally had time to work on this. It turned out we can't really support both |
Hi @masci, have you looked into using This would probably help introducing |
What is the status of this task? |
@Eightyplus I've a working branch but the change will be breaking so I'm just waiting for the right moment to draft a 2.0. I can submit a PR with my changes as soon as we fix #117 that for now has the highest priority. |
Any updates? |
For anyone who lands here, PR https://github.com/terraform-providers/terraform-provider-datadog/pull/155 implements access_role. This was merged and available from release 1.7 (current is 1.8). I kept having issues with Terraform trying to set
|
This issue was originally opened by @teeebs as hashicorp/terraform#13920. It was migrated here as part of the provider split. The original body of the issue is below.
Datadog now supports read-only user accounts. Adding them via the API is done by passing
access_role
with the following options:API docs for reference: http://docs.datadoghq.com/api/#users
Thanks!
The text was updated successfully, but these errors were encountered: