Skip to content

Commit 9fac80f

Browse files
Samir-Citgtsorbodaniel-cit
authoredDec 11, 2023
feat: Remove "compute.disableGuestAttributesAccess" org policy (#1019)
Co-authored-by: Grant Sorbo <gtsorbo@google.com> Co-authored-by: Daniel Andrade <dandrade@ciandt.com>
1 parent 89e11aa commit 9fac80f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎1-org/envs/shared/org_policy.tf

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ locals {
2727
boolean_type_organization_policies = toset([
2828
"compute.disableNestedVirtualization",
2929
"compute.disableSerialPortAccess",
30-
"compute.disableGuestAttributesAccess",
3130
"compute.skipDefaultNetworkCreation",
3231
"compute.restrictXpnProjectLienRemoval",
3332
"compute.disableVpcExternalIpv6",

‎test/integration/org/org_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ func TestOrg(t *testing.T) {
148148
for _, booleanConstraint := range []string{
149149
"constraints/compute.disableNestedVirtualization",
150150
"constraints/compute.disableSerialPortAccess",
151-
"constraints/compute.disableGuestAttributesAccess",
152151
"constraints/compute.skipDefaultNetworkCreation",
153152
"constraints/compute.restrictXpnProjectLienRemoval",
154153
"constraints/sql.restrictPublicIp",

0 commit comments

Comments
 (0)
Please sign in to comment.