Skip to content
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: allow adding extra rbac roles #18

Merged
merged 2 commits into from
May 23, 2020
Merged

feat: allow adding extra rbac roles #18

merged 2 commits into from
May 23, 2020

Conversation

etwillbefine
Copy link
Member

No description provided.

@github-actions
Copy link

terraform fmt Failed

./service-account.tf
 }
 
 locals {
-  service_accounts_roles = [for s in var.service_accounts: {
+  service_accounts_roles = [for s in var.service_accounts : {
     name             = s.name
     rules            = s.rules
     service_accounts = s.name

Workflow: terraform, Action: hashicorpterraform-github-actions2, Working Directory: .

@etwillbefine etwillbefine merged commit 9361b03 into master May 23, 2020
@etwillbefine etwillbefine deleted the shorten-rbac branch May 23, 2020 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants