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
Copy file name to clipboardExpand all lines: website/docs/r/os_config_os_policy_assignment.html.markdown
+18-18
Original file line number
Diff line number
Diff line change
@@ -703,24 +703,6 @@ The `disruption_budget` block supports:
703
703
(Optional)
704
704
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
705
705
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
-
724
706
- - -
725
707
726
708
*`description` -
@@ -970,6 +952,24 @@ The `zypper` block supports:
970
952
(Required)
971
953
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.
972
954
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.
0 commit comments