Files
hunfabric/modules
Daniel Marzini 71031efc7c Dataplane V2 integration (#256)
* Dataplane V2 integration

* Moving enable_dataplane_v2 outside addons

* Fixing enable_dataplane_v2 position and default value

* Fix README with default value

* Removing enable_dataplane_v2 from addons

* Adding standalone Dataplane V2 Example
2021-06-04 12:29:12 +02:00
..
2021-05-20 21:34:24 +02:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-03-27 09:08:54 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-03-14 10:23:52 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2021-02-15 09:38:10 +01:00
2020-12-06 18:05:57 +01:00

Terraform modules suite for Google Cloud

The modules collected in this folder are designed as a suite: they are meant to be composed together, and are designed to be forked and modified where use of third party code and sources is not allowed.

Modules try to stay close to the low level provider resources they encapsulate, and they all share a similar interface that combines management of one resource or set or resources, and the corresponding IAM bindings.

Authoritative IAM bindings are primarily used (e.g. google_storage_bucket_iam_binding for GCS buckets) so that each module is authoritative for specific roles on the resources it manages, and can neutralize or reconcile IAM changes made elsewhere.

Specific modules also offer support for non-authoritative bindings (e.g. google_storage_bucket_iam_member for service accounts), to allow granular permission management on resources that they don't manage directly.

Foundational modules

Networking modules

Compute/Container

Data

Development

Security

Serverless