-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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 support for tags on Directory Service #1398
Conversation
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.
Hi @pablo-ruth
this is looking very good. All DS acceptance tests (including your new one) are passing and the code is aok.
Just one request - would you mind adding tests for the diff function? See what we have for similar function in R53: https://github.com/terraform-providers/terraform-provider-aws/blob/master/aws/tags_route53_test.go
Hi @radeksimko, thanks for your feedback. I just added a test to diff function. |
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 adding the test. LGTM.
* add support for tags on Directory Service * update doc for directory service tags argument * add acceptance test for tags on directory service * Add tests for the diff function
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Add support for cost allocation tags on Directory Service to resolve #350.