Skip to content

Commit

Permalink
chore: downgrade roles required
Browse files Browse the repository at this point in the history
  • Loading branch information
q2w committed Dec 30, 2024
1 parent cbbdb58 commit f3d5d41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/instance_template/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ spec:
roles:
- level: Project
roles:
- roles/owner
- roles/compute.admin
- roles/compute.networkAdmin
- roles/iam.serviceAccountUser
Expand Down
1 change: 0 additions & 1 deletion modules/mig/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ spec:
roles:
- level: Project
roles:
- roles/owner
- roles/compute.admin
- roles/compute.networkAdmin
- roles/iam.serviceAccountUser
Expand Down
1 change: 0 additions & 1 deletion test/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

locals {
vm_required_roles = [
"roles/owner",
"roles/compute.admin",
"roles/compute.networkAdmin",
"roles/iam.serviceAccountUser",
Expand Down

0 comments on commit f3d5d41

Please sign in to comment.