cloud-foundation-fabric/examples
Ayman Farhat 54d805dac0
New example for a data playground Terraform setup (#655)
* Initial commit for adding a sample data playground

* Update README

* Add license boilerplate to variables.tf

* Apply linting rules

* rename var to ptoject_id, create prefix var, remove extra zone var

* Adds the option for using an existing project by default

* Bundles all VPC related variables in a single vpc_config variable of type object

* Add encryption_key usage example + policy_boolean

* Add tests, apply linting and todos for upcoming PRs

* Update variables in readme

* Fix formatting via fmt

* Rename test dir to fix module conflict issue

* Add high level diagram and sort vars/outputs by alphabetical

* Modify diagram and update main README under data examples with link / summary

* Line break

* Use png in diagram

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
2022-07-10 09:27:18 +02:00
..
cloud-operations Bump providers versions and pin versions for tests 2022-06-28 10:20:40 +02:00
data-solutions New example for a data playground Terraform setup (#655) 2022-07-10 09:27:18 +02:00
factories OrgPolicy module (factory) using new org-policy API, #698 2022-07-06 19:41:18 +02:00
foundations Bump providers versions and pin versions for tests 2022-06-28 10:20:40 +02:00
networking Bump providers versions and pin versions for tests 2022-06-28 10:20:40 +02:00
serverless/api-gateway Bump minimist in /examples/serverless/api-gateway/function (#600) 2022-03-29 15:08:49 +02:00
third-party-solutions Bump providers versions and pin versions for tests 2022-06-28 10:20:40 +02:00
README.md Update READMEs 2022-04-14 16:04:47 +02:00

README.md

Terraform end-to-end examples for Google Cloud

This section contains foundational examples that bootstrap the organizational hierarchy and automation prerequisites, networking examples that implement core patterns or features, data solutions examples that demonstrate how to integrate data services in complete scenarios, cloud operations examples that leverage specific products to meet specific operational needs and factories that implement resource factories for the repetitive creation of specific resources.

Currently available examples:

For more information see the README files in the foundations, networking, data solutions, cloud operations and factories folders.