Skip to content

Commit 27c1e6a

Browse files
committed
Allowing the test SA to also create GCE instances
1 parent df17a73 commit 27c1e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/setup/iam.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
locals {
1818
int_required_roles = [
19+
"roles/compute.instanceAdmin",
1920
"roles/compute.networkAdmin",
2021
"roles/compute.securityAdmin",
2122
"roles/iam.serviceAccountUser",

0 commit comments

Comments
 (0)