Add pf example with deny all org policy

This commit is contained in:
Julio Castillo 2022-10-28 17:34:34 +02:00
parent c714952f39
commit 410fe1c73a
3 changed files with 9 additions and 0 deletions

View File

@ -160,6 +160,9 @@ org_policies:
allow:
values:
- projects/fast-dev-iac-core-0
constraints/compute.vmExternalIpAccess:
deny:
all: true
# [opt] Service account to create for the project and their roles on the project
# in name => [roles] format

View File

@ -54,6 +54,9 @@ org_policies:
allow:
values:
- projects/fast-dev-iac-core-0
constraints/compute.vmExternalIpAccess:
deny:
all: true
# [opt] Service account to create for the project and their roles on the project
# in name => [roles] format

View File

@ -54,6 +54,9 @@ org_policies:
allow:
values:
- projects/fast-dev-iac-core-0
constraints/compute.vmExternalIpAccess:
deny:
all: true
# [opt] Service account to create for the project and their roles on the project
# in name => [roles] format