-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: add role attributes to custom roles #286
feat: add role attributes to custom roles #286
Conversation
…-5765/add-role-attributes-to-custom-roles
}) | ||
} | ||
|
||
func TestAccCustomRole_CreateWithNotStatements(t *testing.T) { |
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.
i consolidated all the custom roles tests. since the update tests all had a create step using the same resource configs anyways, it was redundant to have separate create and update tests.
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.
This looks good. Thanks for updating the docs too. Hopefully the $${}
syntax doesn't trip too many people up.
Updates tests and documentation.