Skip to content

Commit 9b27247

Browse files
authored
gkehub: replace docs regarding ACM version with Config Sync version (#12115)
1 parent c911043 commit 9b27247

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

mmv1/products/gkehub2/Feature.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ properties:
269269
properties:
270270
- name: 'version'
271271
type: String
272-
description: 'Version of ACM installed'
272+
description: 'Version of Config Sync installed'
273273
- name: 'management'
274274
type: Enum
275275
description: 'Set this field to MANAGEMENT_AUTOMATIC to enable Config Sync auto-upgrades, and set this field to MANAGEMENT_MANUAL or MANAGEMENT_UNSPECIFIED to disable Config Sync auto-upgrades.'
@@ -341,8 +341,8 @@ properties:
341341
description: 'Period in seconds between consecutive syncs. Default: 15'
342342
- name: 'version'
343343
type: String
344-
description: 'Version of ACM installed'
345-
deprecation_message: 'The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of ACM installed instead.'
344+
description: 'Version of Config Sync installed'
345+
deprecation_message: 'The `configmanagement.config_sync.oci.version` field is deprecated and will be removed in a future major release. Please use `configmanagement.version` field to specify the version of Config Sync installed instead.'
346346
- name: 'policycontroller'
347347
type: NestedObject
348348
description: Policy Controller spec

mmv1/third_party/terraform/website/docs/r/gke_hub_feature_membership.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ The following arguments are supported:
372372

373373
* `version` -
374374
(Optional)
375-
Version of ACM installed.
375+
Version of Config Sync installed.
376376

377377
* `binauthz` -
378378
(Optional, Deprecated)
@@ -412,13 +412,13 @@ The following arguments are supported:
412412
(Optional) Structure is [documented below](#nested_git).
413413

414414
* `oci` -
415-
(Optional) Supported from ACM versions 1.12.0 onwards. Structure is [documented below](#nested_oci).
415+
(Optional) Supported from Config Sync versions 1.12.0 onwards. Structure is [documented below](#nested_oci).
416416

417417
Use either `git` or `oci` config option.
418418

419419
* `prevent_drift` -
420420
(Optional)
421-
Supported from ACM versions 1.10.0 onwards. 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.
421+
Supported from Config Sync versions 1.10.0 onwards. 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.
422422

423423
* `source_format` -
424424
(Optional)

0 commit comments

Comments
 (0)