Skip to content

Commit 6241595

Browse files
Marked RegionNetworkEndpointGroup psc_data as default_from_api (#12635) (#20783)
[upstream:acd806c0753dbc1dac48c1205aa293271edf54f4] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 4c2ca7d commit 6241595

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/12635.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
compute: fixed perma-destroy for `psc_data` in `google_compute_region_network_endpoint_group` resource
3+
```

google/services/compute/resource_compute_region_network_endpoint_group.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ The URL of the network to which all network endpoints in the NEG belong. Uses
224224
},
225225
"psc_data": {
226226
Type: schema.TypeList,
227+
Computed: true,
227228
Optional: true,
228229
ForceNew: true,
229230
Description: `This field is only used for PSC NEGs.`,

0 commit comments

Comments
 (0)