Skip to content

Commit 7958b90

Browse files
Update documentation for the endpoints to include mention of update_triggered_by (#10271) (#7156)
[upstream:5a465a015a2aa39d99c703b9e71d20432eee9dfa] Signed-off-by: Modular Magician <[email protected]>
1 parent 95c8de4 commit 7958b90

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.changelog/10271.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/compute_network_endpoint.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ collections of these endpoints for GCP resources within a
2626
single subnet. **NOTE**: Network endpoints cannot be created outside of a
2727
network endpoint group.
2828

29+
-> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
30+
perform `apply` twice. To avoid situations like this, please use this resource
31+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
32+
2933

3034
To get more information about NetworkEndpoint, see:
3135

website/docs/r/compute_network_endpoints.html.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Network endpoints cannot be created outside of a network endpoint group.
2828
This resource is authoritative for a single NEG. Any endpoints not specified
2929
by this resource will be deleted when the resource configuration is applied.
3030

31+
-> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
32+
perform `apply` twice. To avoid situations like this, please use this resource
33+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
34+
3135

3236
To get more information about NetworkEndpoints, see:
3337

0 commit comments

Comments
 (0)