Skip to content

Commit

Permalink
Update documentation for the endpoints to include mention of update_t…
Browse files Browse the repository at this point in the history
…riggered_by (#10271) (#17705)

[upstream:5a465a015a2aa39d99c703b9e71d20432eee9dfa]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Mar 27, 2024
1 parent ab49fff commit 2feb44f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/10271.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
4 changes: 4 additions & 0 deletions website/docs/r/compute_network_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ collections of these endpoints for GCP resources within a
single subnet. **NOTE**: Network endpoints cannot be created outside of a
network endpoint group.

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


To get more information about NetworkEndpoint, see:

Expand Down
4 changes: 4 additions & 0 deletions website/docs/r/compute_network_endpoints.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Network endpoints cannot be created outside of a network endpoint group.
This resource is authoritative for a single NEG. Any endpoints not specified
by this resource will be deleted when the resource configuration is applied.

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


To get more information about NetworkEndpoints, see:

Expand Down

0 comments on commit 2feb44f

Please sign in to comment.