cloud-foundation-fabric/modules
Julio Castillo c2e23001b7 Fix formatting 2021-08-12 10:07:27 +02:00
..
__experimental/net-neg Update copyright to 2021 2021-02-15 09:38:10 +01:00
apigee-organization Apigee tfdoc update 2021-08-05 15:55:23 +02:00
apigee-x-instance Apigee tfdoc update 2021-08-05 15:55:23 +02:00
artifact-registry Update copyright to 2021 2021-02-15 09:38:10 +01:00
bigquery-dataset Add deletion_protection to bigquery module 2021-06-01 18:36:53 +02:00
bigtable-instance Update copyright to 2021 2021-02-15 09:38:10 +01:00
cloud-config-container Update README.md 2021-06-23 12:26:05 +02:00
cloud-function Fix output 2021-05-20 21:34:24 +02:00
cloud-identity-group fix modules version constraints (#206) 2021-03-05 08:41:59 +01:00
compute-mig Update copyright to 2021 2021-02-15 09:38:10 +01:00
compute-vm Support one group per zone in compute-vm (#218) 2021-04-01 08:27:38 +02:00
container-registry Update copyright to 2021 2021-02-15 09:38:10 +01:00
datafusion Update copyright to 2021 2021-02-15 09:38:10 +01:00
dns Update list ==> tolist (#293) 2021-08-05 18:03:54 +02:00
endpoints Update copyright to 2021 2021-02-15 09:38:10 +01:00
folder Add support for group-based IAM to resource management modules (#229) 2021-04-11 14:48:16 +02:00
folders-unit Update copyright to 2021 2021-02-15 09:38:10 +01:00
gcs Add support for lifecycle_rule in gcs module (#288) (#289) 2021-07-30 12:07:17 +02:00
gke-cluster Autopilot support 2021-06-28 00:54:14 +02:00
gke-nodepool Update copyright to 2021 2021-02-15 09:38:10 +01:00
iam-service-account Compute service account email statically 2021-08-10 10:50:44 +02:00
kms Update copyright to 2021 2021-02-15 09:38:10 +01:00
logging-bucket Support for cloud logging buckets 2021-03-03 14:23:59 +01:00
net-address Simplify new CF from onprem via PSC example (#280) 2021-07-20 15:05:48 +02:00
net-cloudnat Update copyright to 2021 2021-02-15 09:38:10 +01:00
net-ilb Support one group per zone in compute-vm (#218) 2021-04-01 08:27:38 +02:00
net-interconnect-attachment-direct module for VLAN attachment+cloud router+bgp (#254) 2021-06-16 13:56:40 +02:00
net-vpc Update resource name of google_dns_policy on net-vpc 2021-05-12 16:40:56 +02:00
net-vpc-firewall Update copyright to 2021 2021-02-15 09:38:10 +01:00
net-vpc-firewall-yaml Fix firewall-yaml readme 2021-07-29 11:54:26 +02:00
net-vpc-peering Update copyright to 2021 2021-02-15 09:38:10 +01:00
net-vpn-dynamic Add support for per-tunnel routers to VPN dynamic and HA (#202) 2021-03-02 07:36:06 +01:00
net-vpn-ha add BGP peers to vpn-ha outputs (#257) 2021-06-04 15:58:39 +02:00
net-vpn-static Update copyright to 2021 2021-02-15 09:38:10 +01:00
organization Add support for group-based IAM to resource management modules (#229) 2021-04-11 14:48:16 +02:00
project Update main.tf 2021-07-28 18:47:53 +02:00
pubsub Fix formatting 2021-08-12 10:07:27 +02:00
secret-manager Update copyright to 2021 2021-02-15 09:38:10 +01:00
service-directory Update copyright to 2021 2021-02-15 09:38:10 +01:00
source-repository Update copyright to 2021 2021-02-15 09:38:10 +01:00
vpc-sc fix logic on module 2021-07-16 09:50:51 +02:00
README.md Update README and CHANGELOG 2020-12-06 18:05:57 +01: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