Skip to content

Commit

Permalink
Add roles/compute.securityAdmin and remove dupe in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Dev <devan2patel@gmail.com>
  • Loading branch information
Dev25 committed Mar 31, 2020
1 parent a610f4e commit 255967e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions autogen/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
In order to execute this module you must have a Service Account with the
following project roles:
- roles/compute.viewer
- roles/compute.securityAdmin
- roles/container.clusterAdmin
- roles/container.developer
- roles/iam.serviceAccountAdmin
Expand Down
2 changes: 1 addition & 1 deletion test/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ locals {
"roles/cloudkms.admin",
"roles/cloudkms.cryptoKeyEncrypterDecrypter",
"roles/compute.networkAdmin",
"roles/compute.securityAdmin",
"roles/container.admin",
"roles/container.clusterAdmin",
"roles/container.developer",
"roles/iam.serviceAccountAdmin",
"roles/iam.serviceAccountUser",
"roles/compute.networkAdmin",
"roles/compute.viewer",
"roles/resourcemanager.projectIamAdmin",
"roles/composer.worker"
Expand Down

0 comments on commit 255967e

Please sign in to comment.