Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#44 from ludoo/fabric-support-f…
Browse files Browse the repository at this point in the history
…irewalls-in-network

Add the required role to manage firewall rules in network module tests
  • Loading branch information
morgante authored May 23, 2019
2 parents ef271e3 + fd2d147 commit 518709d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/terraform/test_fixtures/terraform-google-network.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
locals {
network_required_roles = [
"roles/compute.networkAdmin",
"roles/compute.securityAdmin",
"roles/iam.serviceAccountUser",
]

Expand Down

0 comments on commit 518709d

Please sign in to comment.