cloud-foundation-fabric/blueprints/apigee
Dan Farmer 52eb83758f Fix compute-vm:CloudKMS test for provider>=4.54.0
* TF provider >= 4.54.0 now returns `rsa_encrypted_key` for
  `google_compute_disk.disks["attached-disk"]` (see
  hashicorp/terraform-provider-google#4448)
* Add this field to expected model to fix test assertion failure
* Update required TF provider to 4.55.0 (latest) since the assertion
  will now fail with <4.54.0, which do not return `rsa_encrypted_key`
  * Updated the whole repo on advice from @ludoo
2023-02-28 15:10:22 +00:00
..
bigquery-analytics Fix compute-vm:CloudKMS test for provider>=4.54.0 2023-02-28 15:10:22 +00:00
hybrid-gke Update factories and apigee tests 2023-02-25 19:26:11 +01:00
network-patterns Fix compute-vm:CloudKMS test for provider>=4.54.0 2023-02-28 15:10:22 +00:00
README.md Fixes in Apigee blueprints README files 2023-01-05 11:31:07 +01:00

README.md

Apigee Blueprints

The blueprints in this folder contain a variety of deployment scenarios for Apigee Hybrid and Apigee X.

Blueprints

Apigee Hybrid on GKE

This blueprint shows how to do a non-prod deployment of Apigee Hybrid on GKE(../factories/net-vpc-firewall-yaml/).


Apigee X analytics in BigQuery

This blueprint shows how to export on a daily basis the Apigee analytics of an organization to a BigQuery table.


Apigee X network patterns

The following blueprints demonstrate a set of networking scenarios that can be implemented for Apigee X deployments.

Apigee X - Northbound: GLB with PSC Neg, Southbouth: PSC with ILB (L7) and Hybrid NEG

This blueprint shows how to expose an on-prem target backend to clients in the Internet.