We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38eb81 commit 5f1d3adCopy full SHA for 5f1d3ad
modules/org-policies/compute.tf
@@ -58,3 +58,13 @@ module "vpc_subnetwork_policy" {
58
allow = var.trusted_subnetworks
59
allow_list_length = length(var.trusted_subnetworks)
60
}
61
+
62
+module "vm_external_ip_access" {
63
+ source = "terraform-google-modules/org-policy/google"
64
+ version = "~> 4.0"
65
+ policy_for = "project"
66
+ project_id = var.project_id
67
+ constraint = "constraints/compute.vmExternalIpAccess"
68
+ policy_type = "list"
69
+ enforce = "true"
70
+}
0 commit comments