-
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
Add monitor_tags getting and setting to downtime resource #167
Conversation
@lampad zorkian/go-datadog-api#227 has been merged, so feel free to get this tested and moving |
b6c46a5
to
f26c945
Compare
2835db8
to
85359ce
Compare
Alright @vanvlack looks like we're green here. Let me know if I need to update anything, or if I did anything dumb! |
@lampad yay! hoping a repo owner can look at getting this merged. |
85359ce
to
74b24b9
Compare
@bkabrda no problem. Good to go! |
Perfect, thanks 👍 I'm merging this. |
This feature is missing documentation as far as I can see (v1.9.0). |
@jrehwaldt you're right, thanks for letting us know. I'll draft a PR for the docs update later today. |
Add monitor_tags getting and setting to downtime resource
Add monitor tags to the downtime resource to address https://github.com/terraform-providers/terraform-provider-datadog/issues/162.
My first real foray into go and terraform, so let me know if I did anything wrong. Mostly copied a bunch of stuff.
The tests pass locally, but I refrained from running the acceptance tests locally because of the note mentioning that it costs money to run them. I'm hoping CI will catch any issues there.
However, things are gonna fail until zorkian/go-datadog-api#227 gets merged in.