cloud-foundation-fabric/modules
Julio Castillo 7bd31ccf52 Added some basic variable validation 2020-11-03 08:12:11 +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 Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
bigquery-dataset Updated the main.tf for bigquery-datasets (#146) 2020-09-27 15:16:09 +02:00
bigtable-instance Removing iam_roles from multiple modules 2020-10-30 18:58: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 Remove iam_roles from compute-vm module 2020-10-30 00:18:10 +01:00
container-registry Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
datafusion First commit for Data Fusion module (#77) 2020-05-22 12:30:24 +02:00
dns Added some basic variable validation 2020-11-03 08:12:11 +01:00
endpoints Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
folder Update folder and service account READMEs 2020-10-29 23:54:40 +01:00
folders-unit [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
gcs Added some basic variable validation 2020-11-03 08:12:11 +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 Update folder and service account READMEs 2020-10-29 23:54:40 +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 regenerate variables/outputs tables in modules 2020-07-02 08:29:38 +02:00
net-vpc Added some basic variable validation 2020-11-03 08:12:11 +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 Remove useless calls to toset 2020-10-29 23:29:41 +01:00
project Added some basic variable validation 2020-11-03 08:12:11 +01:00
pubsub Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
secret-manager Remove iam_roles from secret_manager 2020-10-30 18:25:17 +01:00
service-directory [#138] Update copyright headers to 2020 (#139) 2020-09-23 11:07:03 +02:00
source-repository Removing iam_roles from multiple modules 2020-10-30 18:58:07 +01:00
vpc-sc ILB for appliances example (#122) 2020-08-15 10:12:43 +02:00
README.md - Fixes based on PR comments 2020-07-10 07:22:57 +02:00

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