diff --git a/pkg/pipeline/templates/crd_types.go.tmpl b/pkg/pipeline/templates/crd_types.go.tmpl index f9d309c9..0d2ec280 100644 --- a/pkg/pipeline/templates/crd_types.go.tmpl +++ b/pkg/pipeline/templates/crd_types.go.tmpl @@ -17,8 +17,8 @@ import ( type {{ .CRD.Kind }}Spec struct { {{ .XPCommonAPIsPackageAlias }}ResourceSpec `json:",inline"` ForProvider {{ .CRD.ForProviderType }} `json:"forProvider"` - // THIS IS A BETA FIELD. It is not honored - // unless the relevant Crossplane feature flag is enabled. + // THIS IS A BETA FIELD. It will be honored + // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created.