Skip to content

Commit 9029378

Browse files
Cosmetic fixes to MetadataStore module (#5534) (#10737)
Signed-off-by: Modular Magician <[email protected]>
1 parent 6713c18 commit 9029378

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

.changelog/5534.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/os_config_os_policy_assignment.html.markdown

+18-18
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,24 @@ The `disruption_budget` block supports:
703703
(Optional)
704704
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
705705

706+
The `source` block supports:
707+
708+
* `allow_insecure` -
709+
(Optional)
710+
Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.
711+
712+
* `gcs` -
713+
(Optional)
714+
A Cloud Storage object.
715+
716+
* `local_path` -
717+
(Optional)
718+
A local path within the VM to use.
719+
720+
* `remote` -
721+
(Optional)
722+
A generic remote file.
723+
706724
- - -
707725

708726
* `description` -
@@ -952,24 +970,6 @@ The `zypper` block supports:
952970
(Required)
953971
Required. A one word, unique name for this repository. This is the `repo id` in the zypper config file and also the `display_name` if `display_name` is omitted. This id is also used as the unique identifier when checking for GuestPolicy conflicts.
954972

955-
The `file` block supports:
956-
957-
* `allow_insecure` -
958-
(Optional)
959-
Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.
960-
961-
* `gcs` -
962-
(Optional)
963-
A Cloud Storage object.
964-
965-
* `local_path` -
966-
(Optional)
967-
A local path within the VM to use.
968-
969-
* `remote` -
970-
(Optional)
971-
A generic remote file.
972-
973973
The `gcs` block supports:
974974

975975
* `bucket` -

website/docs/r/vertex_ai_metadata_store.html.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To get more information about MetadataStore, see:
3737

3838

3939
```hcl
40-
resource "google_vertex_ai_metadata_store" "dataset" {
41-
name = "tf-test-"
42-
description = "magic"
40+
resource "google_vertex_ai_metadata_store" "store" {
41+
name = "test-store"
42+
description = "Store to test the terraform module"
4343
region = "us-central1"
4444
}
4545
```
@@ -63,7 +63,7 @@ The following arguments are supported:
6363

6464
* `encryption_spec` -
6565
(Optional)
66-
Customer-managed encryption key spec for a Dataset. If set, this MetadataStore and all sub-resources of this MetadataStore will be secured by this key.
66+
Customer-managed encryption key spec for a MetadataStore. If set, this MetadataStore and all sub-resources of this MetadataStore will be secured by this key.
6767
Structure is [documented below](#nested_encryption_spec).
6868

6969
* `region` -

0 commit comments

Comments
 (0)