-
Notifications
You must be signed in to change notification settings - Fork 111
feat: Add disabled flag #168
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 disabled flag #168
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.
Thanks for the PR @lawrenae
variables.tf
Outdated
} | ||
|
||
variable "disabled" { | ||
type = bool |
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.
Could we expose this as a map of bools? I am thinking if there is a case where users may want to disable only a subset of SAs the module manages.
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.
@bharathkkb -- great idea. updated!
fd7cdd2
to
7691045
Compare
/gcbrun |
/gcbrun |
Adding the ability to set and retrieve the disabled flag for all service accounts.