You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `Set to true to enable the Config Sync admission webhook to prevent drifts. If set to 'false', disables the Config Sync admission webhook and does not prevent drifts.`,
181
+
},
177
182
"source_format": {
178
183
Type: schema.TypeString,
179
184
Optional: true,
@@ -1349,6 +1354,8 @@ func flattenGKEHub2FeatureFleetDefaultMemberConfigConfigmanagementConfigSync(v i
Copy file name to clipboardExpand all lines: website/docs/r/gke_hub_feature.html.markdown
+4
Original file line number
Diff line number
Diff line change
@@ -492,6 +492,10 @@ The following arguments are supported:
492
492
(Optional)
493
493
Specifies whether the Config Sync Repo is in hierarchical or unstructured mode
494
494
495
+
*`prevent_drift` -
496
+
(Optional)
497
+
Set to true to enable the Config Sync admission webhook to prevent drifts. If set to `false`, disables the Config Sync admission webhook and does not prevent drifts.
0 commit comments