From dac0e8fdf4c2bfabe24fdd91b642eb1c6328c403 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 28 Sep 2021 10:32:01 +0200 Subject: [PATCH] Initial REFERENCES.md --- REFERENCES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 REFERENCES.md diff --git a/REFERENCES.md b/REFERENCES.md new file mode 100644 index 00000000..f31ce5ee --- /dev/null +++ b/REFERENCES.md @@ -0,0 +1,13 @@ +# Fabric References + +This is a non-exhaustive list of Fabric usage in the wild + +## Blog Posts +- [Using Cloud Asset Inventory feeds for dynamic configuration and policy enforcement](https://medium.com/google-cloud/using-cloud-asset-inventory-feeds-for-dynamic-configuration-and-policy-enforcement-c37b6a590c49) by Ludovico Magnocavallo on Medium +- [Managing GCP service usage through delegated role grants](https://medium.com/google-cloud/managing-gcp-service-usage-through-delegated-role-grants-a843610f2226) by Julio Castillo on Medium +- [Apigee X Organization Provisioning with Google Terraform Modules](https://www.googlecloudcommunity.com/gc/Apigee/Apigee-X-Organization-Provisioning-with-Google-Terraform-Modules/m-p/166411) by Daniel Strebel on Google Cloud Community + +## GCP Reference Architectures +- [Hub-and-spoke network architecture](https://cloud.google.com/architecture/deploy-hub-spoke-vpc-network-topology) + - [Deploy a hub-and-spoke network using VPC Network Peering](https://cloud.google.com/architecture/deploy-hub-spoke-network-using-peering) + - [Deploy a hub-and-spoke network using Cloud VPN](https://cloud.google.com/architecture/deploy-hub-spoke-network-using-vpn)