Files
hunfabric/modules
Ludovico Magnocavallo 9b5961f1c0 Net GLB module: add tfdoc to README, add file descriptions, fix markdown errors (#472)
* add tfdoc to README, add file descriptions, fix markdown errors

* remove broken link
2022-01-29 10:41:30 +01:00
..
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-28 21:34:15 +01:00
2022-01-11 11:53:19 +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