IPsec-encrypted Interconnect (#4777) (#416)

* IPsec over interconnect feature

* Removing test from other branch

* Mark several encryption fields as input-only

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2021-05-14 13:23:55 -07:00 committed by GitHub
parent 3a588b5a09
commit 7f65d2b8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 9 deletions

View file

@ -86,12 +86,16 @@ options:
type: str
purpose:
description:
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
that are used by VM instances, alias IP ranges, internal load balancers, and
similar resources.'
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
for addresses that are used by VM instances, alias IP ranges, internal load
balancers, and similar resources.'
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
load balancers."
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
- "* IPSEC_INTERCONNECT (Beta only) for addresses created from a private IP range
that are reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
configuration. These addresses are regional resources."
- This should only be set when using an Internal address.
required: false
type: str
network_tier:
@ -224,12 +228,16 @@ name:
type: str
purpose:
description:
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for addresses
that are used by VM instances, alias IP ranges, internal load balancers, and similar
resources.'
- 'The purpose of this resource, which can be one of the following values: * GCE_ENDPOINT
for addresses that are used by VM instances, alias IP ranges, internal load balancers,
and similar resources.'
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
load balancers."
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
- "* IPSEC_INTERCONNECT (Beta only) for addresses created from a private IP range
that are reserved for a VLAN attachment in an IPsec-encrypted Cloud Interconnect
configuration. These addresses are regional resources."
- This should only be set when using an Internal address.
returned: success
type: str
networkTier:

View file

@ -158,12 +158,16 @@ resources:
type: str
purpose:
description:
- 'The purpose of this resource. Possible values include: * GCE_ENDPOINT for
addresses that are used by VM instances, alias IP ranges, internal load balancers,
and similar resources.'
- 'The purpose of this resource, which can be one of the following values: *
GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges,
internal load balancers, and similar resources.'
- "* SHARED_LOADBALANCER_VIP for an address that can be used by multiple internal
load balancers."
- "* VPC_PEERING for addresses that are reserved for VPC peer networks."
- "* IPSEC_INTERCONNECT (Beta only) for addresses created from a private IP
range that are reserved for a VLAN attachment in an IPsec-encrypted Cloud
Interconnect configuration. These addresses are regional resources."
- This should only be set when using an Internal address.
returned: success
type: str
networkTier: