add docs for create_before_destroy on network endpoint groups (#4114) (#308)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-10-15 09:11:54 -07:00 committed by GitHub
parent 7809fee324
commit 516eda181a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,9 @@ description:
load balancers. Because NEG backends allow you to specify IP addresses and ports, load balancers. Because NEG backends allow you to specify IP addresses and ports,
you can distribute traffic in a granular fashion among applications or containers you can distribute traffic in a granular fashion among applications or containers
running within VM instances. running within VM instances.
- Recreating a network endpoint group that's in use by another resource will give
a `resourceInUseByAnotherResource` error. Use `lifecycle.create_before_destroy`
to avoid this type of error.
short_description: Creates a GCP NetworkEndpointGroup short_description: Creates a GCP NetworkEndpointGroup
author: Google Inc. (@googlecloudplatform) author: Google Inc. (@googlecloudplatform)
requirements: requirements: