-
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_rum_application] Add RUM Application resource support #1537
Conversation
This reverts commit d99f2f4582c249428928c5ed98b574bc4424d7e1.
I'm not very familiar with terraform provider, but it looks good :) |
Co-authored-by: skarimo <[email protected]>
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.
thanks for implementing this 🙇
i left a comment regarding the potential confusion around "RUM Application ID" vs "Client Token"
|
||
### Read-Only | ||
|
||
- `client_token` (String) The RUM application client token |
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.
- `client_token` (String) The RUM application client token | |
- `client_token` (String) The client token |
@nkzou is it possible for you to implement the data resource for the rum_application? We share a single RUM application in multiple environments but manages the rum application resource in one. We would however like to know the client_token and id in other environments. |
Continues #1526 , adds cassettes and some doc improvements