Initial REFERENCES.md

This commit is contained in:
Julio Castillo 2021-09-28 10:32:01 +02:00
parent c4908e4240
commit dac0e8fdf4
1 changed files with 13 additions and 0 deletions

13
REFERENCES.md Normal file
View File

@ -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)