Skip to content

Commit

Permalink
feat: Remove "compute.disableGuestAttributesAccess" org policy (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: Grant Sorbo <gtsorbo@google.com>
Co-authored-by: Daniel Andrade <dandrade@ciandt.com>
  • Loading branch information
3 people committed Dec 11, 2023
1 parent 89e11aa commit 9fac80f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 1-org/envs/shared/org_policy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ locals {
boolean_type_organization_policies = toset([
"compute.disableNestedVirtualization",
"compute.disableSerialPortAccess",
"compute.disableGuestAttributesAccess",
"compute.skipDefaultNetworkCreation",
"compute.restrictXpnProjectLienRemoval",
"compute.disableVpcExternalIpv6",
Expand Down
1 change: 0 additions & 1 deletion test/integration/org/org_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func TestOrg(t *testing.T) {
for _, booleanConstraint := range []string{
"constraints/compute.disableNestedVirtualization",
"constraints/compute.disableSerialPortAccess",
"constraints/compute.disableGuestAttributesAccess",
"constraints/compute.skipDefaultNetworkCreation",
"constraints/compute.restrictXpnProjectLienRemoval",
"constraints/sql.restrictPublicIp",
Expand Down

0 comments on commit 9fac80f

Please sign in to comment.