File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ locals {
27
27
boolean_type_organization_policies = toset ([
28
28
" compute.disableNestedVirtualization" ,
29
29
" compute.disableSerialPortAccess" ,
30
- " compute.disableGuestAttributesAccess" ,
31
30
" compute.skipDefaultNetworkCreation" ,
32
31
" compute.restrictXpnProjectLienRemoval" ,
33
32
" compute.disableVpcExternalIpv6" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ func TestOrg(t *testing.T) {
148
148
for _ , booleanConstraint := range []string {
149
149
"constraints/compute.disableNestedVirtualization" ,
150
150
"constraints/compute.disableSerialPortAccess" ,
151
- "constraints/compute.disableGuestAttributesAccess" ,
152
151
"constraints/compute.skipDefaultNetworkCreation" ,
153
152
"constraints/compute.restrictXpnProjectLienRemoval" ,
154
153
"constraints/sql.restrictPublicIp" ,
You can’t perform that action at this time.
0 commit comments