mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-27 23:21:31 -07:00
* updated to mmv1 folder * replaced data source with resources in tests Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
26487b3ced
commit
3c921dc5cd
4 changed files with 43 additions and 15 deletions
|
@ -158,7 +158,8 @@ resources:
|
|||
description:
|
||||
- The prefix length of the IP range. If not present, it means the address field
|
||||
is a single IP address.
|
||||
- This field is not applicable to addresses with addressType=EXTERNAL.
|
||||
- This field is not applicable to addresses with addressType=EXTERNAL, or addressType=INTERNAL
|
||||
when purpose=PRIVATE_SERVICE_CONNECT .
|
||||
returned: success
|
||||
type: int
|
||||
addressType:
|
||||
|
@ -171,7 +172,9 @@ resources:
|
|||
purpose:
|
||||
description:
|
||||
- The purpose of the resource. For global internal addresses it can be * VPC_PEERING
|
||||
- for peer networks This should only be set when using an Internal address.
|
||||
- for peer networks * PRIVATE_SERVICE_CONNECT - for ([Beta](U(https://terraform.io/docs/providers/google/guides/provider_versions.html))
|
||||
only) Private Service Connect networks This should only be set when using
|
||||
an Internal address.
|
||||
returned: success
|
||||
type: str
|
||||
network:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue