Skip to content

Commit 6158b93

Browse files
authored
Fix network field in google_compute_region_backend_service to force new on change (#15136)
1 parent 8425614 commit 6158b93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mmv1/products/compute/RegionBackendService.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,10 +1439,13 @@ properties:
14391439
type: ResourceRef
14401440
description: |
14411441
The URL of the network to which this backend service belongs.
1442-
This field can only be specified when the load balancing scheme is set to INTERNAL.
1442+
This field must be set for Internal Passthrough Network Load Balancers when the haPolicy is enabled, and for External Passthrough Network Load Balancers when the haPolicy fastIpMove is enabled.
1443+
This field can only be specified when the load balancing scheme is set to INTERNAL, or when the load balancing scheme is set to EXTERNAL and haPolicy fastIpMove is enabled.
1444+
Changes to this field force recreation of the resource.
14431445
custom_expand: 'templates/terraform/custom_expand/resourceref_with_validation.go.tmpl'
14441446
resource: 'Network'
14451447
imports: 'selfLink'
1448+
immutable: true
14461449
- name: 'subsetting'
14471450
type: NestedObject
14481451
description: |

0 commit comments

Comments
 (0)