Skip to content

Commit 0f718b0

Browse files
Update mmv1/api/resource/iam_policy.go
Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
1 parent 89c467d commit 0f718b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmv1/api/resource/iam_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ type IamPolicy struct {
124124
SubstituteZoneValue bool `yaml:"substitute_zone_value,omitempty"`
125125

126126
// [Optional] If true, this resource supports User Project Overrides
127-
SupportsUserProjectOverride bool `yaml:"supports_user_project_override,omitempty"`
127+
SupportsIndirectUserProjectOverride bool `yaml:"supports_indirect_user_project_override,omitempty"`
128128

129129
// Add a deprecation message for a resource that's been deprecated in the API.
130130
DeprecationMessage string `yaml:"deprecation_message,omitempty"`

0 commit comments

Comments
 (0)