Move policy to serverless.yaml

This commit is contained in:
Julio Castillo 2022-11-03 14:50:53 +01:00
parent 747ebc6f39
commit 8a20a14a0d
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,11 @@ run.allowedIngress:
values: values:
- is:internal - is:internal
# run.allowedVPCEgress:
# allow:
# values:
# - is:private-ranges-only
# cloudfunctions.allowedIngressSettings: # cloudfunctions.allowedIngressSettings:
# allow: # allow:
# values: # values:

View File

@ -82,7 +82,6 @@ module "organization" {
# ] # ]
# } # }
# } # }
# "run.allowedVPCEgress" = { allow = { values = ["is:private-ranges-only"] } }
} }
org_policies_data_path = "${var.data_dir}/org-policies" org_policies_data_path = "${var.data_dir}/org-policies"