Files
hunfabric/modules
dsiviglia f3901fc567 module for VLAN attachment+cloud router+bgp (#254)
* module for VLAN attachment+cloud router+bgp

* fix vlan attachments review comments

* run terraform fmt

* fix code review comment and build errors

* fix for code review comments

* code review changes

* changes after review

* changes after code review

* changes after code review
2021-06-16 13:56:40 +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-06-15 09:44:15 +02: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