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: `Indicates what kind of load balancing this regional backend service
571
571
will be used for. A backend service created for one type of load
572
-
balancing cannot be used with the other(s). Default value: "INTERNAL" Possible values: ["EXTERNAL", "INTERNAL", "INTERNAL_MANAGED"]`,
572
+
balancing cannot be used with the other(s). Default value: "INTERNAL" Possible values: ["EXTERNAL", "EXTERNAL_MANAGED", "INTERNAL", "INTERNAL_MANAGED"]`,
573
573
Default: "INTERNAL",
574
574
},
575
575
"locality_lb_policy": {
@@ -796,7 +796,7 @@ runtime value should be 1900. Defaults to 1900.`,
796
796
Optional: true,
797
797
Description: `A named port on a backend instance group representing the port for
798
798
communication to the backend VMs in that group. Required when the
799
-
loadBalancingScheme is EXTERNAL, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
799
+
loadBalancingScheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED, or INTERNAL_SELF_MANAGED
800
800
and the backends are instance groups. The named port must be defined on each
801
801
backend instance group. This parameter has no meaning if the backends are NEGs. API sets a
802
802
default of "http" if not given.
@@ -3581,7 +3581,7 @@ func resourceComputeRegionBackendServiceEncoder(d *schema.ResourceData, meta int
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