cloud-foundation-fabric/modules
Ludovico Magnocavallo f72bea3f96 use new iam variable in container registry 2020-11-06 08:22:35 +01:00
..
__experimental/net-neg Bump Terraform version used in tests, increase pytest verbosity (#147) 2020-09-27 15:31:19 +02:00
artifact-registry rename iam variables in artifact registry 2020-11-04 16:56:57 +01:00
bigquery-dataset Updated the main.tf for bigquery-datasets (#146) 2020-09-27 15:16:09 +02:00
bigtable-instance fix and streamline bigtable module, add tests, align to new iam variable name 2020-11-06 08:11:07 +01:00
cloud-config-container [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
cloud-function Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
compute-mig [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
compute-vm rename iam variable in compute vm module 2020-11-05 09:10:49 +01:00
container-registry use new iam variable in container registry 2020-11-06 08:22:35 +01:00
datafusion
dns Added some basic variable validation 2020-11-03 08:12:11 +01:00
endpoints new iam variable in endpoints module 2020-11-06 08:18:57 +01:00
folder rename iam variables in folder module 2020-11-04 16:49:19 +01:00
folders-unit rename iam variables in folder unit module 2020-11-04 16:49:29 +01:00
gcs rename iam variables in gcs module 2020-11-04 16:57:06 +01:00
gke-cluster decouple cloudrun from istio in gke cluster module (#144) 2020-09-25 22:02:17 +02:00
gke-nodepool [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
iam-service-account use list in service account module variable types 2020-11-05 09:26:24 +01:00
kms Remove *_roles variables in kms module 2020-10-30 17:58:45 +01:00
logging-sinks [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
net-address [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
net-cloudnat [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
net-ilb
net-vpc rename iam variable in net vpc module 2020-11-05 08:49:29 +01:00
net-vpc-firewall Bring back firewall logging 2020-10-07 10:30:26 +02:00
net-vpc-peering Remove dependency hooks to net-vpc-peerings. 2020-10-30 00:19:28 +01:00
net-vpn-dynamic [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
net-vpn-ha [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
net-vpn-static [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
organization use new variable names in organization module 2020-11-04 15:44:28 +01:00
project rename iam members variable in project module 2020-11-04 16:22:00 +01:00
pubsub rename iam variables in pubsub module 2020-11-05 21:28:34 +01:00
secret-manager rename iam variable in secret manager module, add tests 2020-11-04 14:19:16 +01:00
service-directory update service directory module to 0.13 2020-11-04 14:08:33 +01:00
source-repository rename iam variable in source repo module 2020-11-05 08:58:05 +01:00
vpc-sc
README.md

README.md

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