Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apigee-x-instance.ip_range cannot take Support CIDR (#727)
* Instance.ip_range cannot take Support CIDR Current docs are incorrect. It is not possible to specify the Support range. See https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.instances#Instance > ipRange > string > Optional. IP range represents the customer-provided CIDR block of length 22 that will be used for the Apigee instance creation. This optional range, if provided, should be freely available as part of larger named range the customer has allocated to the Service Networking peering. If this is not provided, Apigee will automatically request for any available /22 CIDR block from Service Networking. The customer should use this CIDR block for configuring their firewall needs to allow traffic from Apigee. Input format: "a.b.c.d/22", Output format: a.b.c.d/22, e.f.g.h/28" * tfdoc Co-authored-by: Ludovico Magnocavallo <[email protected]>
- Loading branch information