Skip to content

Commit

Permalink
Fix references to non-existent TF meta-argument update_triggered_by
Browse files Browse the repository at this point in the history
… in docs (hashicorp#10708) (hashicorp#18173)

[upstream:3b1323122019362b0a4e6f13b55da5fd135b0293]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 17, 2024
1 parent 04ba3d2 commit d13b1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It might cause inconsistencies, as they can end up competing over control.
-> **NOTE** This resource has been added to avoid a situation, where after
Instance is recreated, it's removed from Instance Group and 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.
with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.


To get more information about InstanceGroupMembership, see:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_network_endpoint.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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.
with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.


To get more information about NetworkEndpoint, see:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_network_endpoints.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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.
with the lifecycle `replace_triggered_by` method, with the passed Instance's ID.


To get more information about NetworkEndpoints, see:
Expand Down

0 comments on commit d13b1ec

Please sign in to comment.