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: `The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer.
252
+
If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both. Possible values: ["INTERNAL_MANAGED"]`,
253
+
},
247
254
"creation_timestamp": {
248
255
Type: schema.TypeString,
249
256
Computed: true,
@@ -320,6 +327,12 @@ func resourceComputeBackendBucketCreate(d *schema.ResourceData, meta interface{}
Copy file name to clipboardExpand all lines: website/docs/r/compute_backend_bucket.html.markdown
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,12 @@ The following arguments are supported:
186
186
(Optional)
187
187
If true, enable Cloud CDN for this BackendBucket.
188
188
189
+
*`load_balancing_scheme` -
190
+
(Optional)
191
+
The value can only be INTERNAL_MANAGED for cross-region internal layer 7 load balancer.
192
+
If loadBalancingScheme is not specified, the backend bucket can be used by classic global external load balancers, or global application external load balancers, or both.
193
+
Possible values are: `INTERNAL_MANAGED`.
194
+
189
195
*`project` - (Optional) The ID of the project in which the resource belongs.
190
196
If it is not provided, the provider project is used.
0 commit comments