cloud-foundation-fabric/modules
Avinash Jha e881537f87
Separating GKE Standard and Autopilot Modules (#1330)
* separating GKE Standard and Autopilot Modules

* Changes for Updating the terraform and provide versions

* Changes for Autopilot Readme

* Changes for Autopilot Variable

* Changes for Autopilot Readme

* Changes for Autopilot Readme

* Changes for Blueprint

* Changes for Blueprint ReadMe

* Changes for gke-standard-cluster dependency

* Changes for gke-standard-cluster in gke-fleet

* Changes for gke-standard-cluster in cluster-mesh-gke-fleet-api

* python formatting

* python formatting

* python formatting

* GKE module naming convention

* Readme Changes

* test module

* Removing comment code from Autopilot
2023-04-21 12:08:13 +00:00
..
__experimental bump provider versions 2023-04-11 22:18:31 +10:00
api-gateway bump provider versions 2023-04-11 22:18:31 +10:00
apigee bump provider versions 2023-04-11 22:18:31 +10:00
artifact-registry bump provider versions 2023-04-11 22:18:31 +10:00
bigquery-dataset bump provider versions 2023-04-11 22:18:31 +10:00
bigtable-instance Migrate bigtable-instance tests 2023-04-17 09:17:54 +02:00
billing-budget bump provider versions 2023-04-11 22:18:31 +10:00
binauthz bump provider versions 2023-04-11 22:18:31 +10:00
cloud-config-container bump provider versions 2023-04-11 22:18:31 +10:00
cloud-function bump provider versions 2023-04-11 22:18:31 +10:00
cloud-identity-group Migrate cloud-identity-group tests 2023-04-17 09:17:54 +02:00
cloud-run Merge branch 'master' into fawzihmouda/firewall-enforcement-order 2023-04-11 23:44:56 +10:00
cloudsql-instance Migrate cloudsql-instance examples 2023-04-17 09:17:54 +02:00
compute-mig bump provider versions 2023-04-11 22:18:31 +10:00
compute-vm bump provider versions 2023-04-11 22:18:31 +10:00
container-registry Migrate bigtable-instance tests 2023-04-17 09:17:54 +02:00
data-catalog-policy-tag bump provider versions 2023-04-11 22:18:31 +10:00
datafusion bump provider versions 2023-04-11 22:18:31 +10:00
dataproc bump provider versions 2023-04-11 22:18:31 +10:00
dns bump provider versions 2023-04-11 22:18:31 +10:00
dns-response-policy bump provider versions 2023-04-11 22:18:31 +10:00
endpoints Migrate endpoints tests 2023-04-17 09:17:54 +02:00
folder bump provider versions 2023-04-11 22:18:31 +10:00
gcs bump provider versions 2023-04-11 22:18:31 +10:00
gke-cluster-autopilot Separating GKE Standard and Autopilot Modules (#1330) 2023-04-21 12:08:13 +00:00
gke-cluster-standard Separating GKE Standard and Autopilot Modules (#1330) 2023-04-21 12:08:13 +00:00
gke-hub Separating GKE Standard and Autopilot Modules (#1330) 2023-04-21 12:08:13 +00:00
gke-nodepool bump provider versions 2023-04-11 22:18:31 +10:00
iam-service-account bump provider versions 2023-04-11 22:18:31 +10:00
kms bump provider versions 2023-04-11 22:18:31 +10:00
logging-bucket Fix linting 2023-04-17 09:17:54 +02:00
ncc-spoke-ra Improvements to NCC-RA spoke module. (#1267) 2023-03-21 07:07:44 +00:00
net-address bump provider versions 2023-04-11 22:18:31 +10:00
net-cloudnat bump provider versions 2023-04-11 22:18:31 +10:00
net-glb bump provider versions 2023-04-11 22:18:31 +10:00
net-ilb bump provider versions 2023-04-11 22:18:31 +10:00
net-ilb-l7 Add lifecycle for create certificate before destroy 2023-04-19 09:24:35 +01:00
net-vpc Fix the tf error: Inconsistent conditional result types 2023-04-18 19:54:37 +10:00
net-vpc-firewall Add inventories to net-vpc-firewall tests 2023-04-12 14:04:58 +02:00
net-vpc-firewall-policy bump provider versions 2023-04-11 22:18:31 +10:00
net-vpc-peering bump provider versions 2023-04-11 22:18:31 +10:00
net-vpn-dynamic bump provider versions 2023-04-11 22:18:31 +10:00
net-vpn-ha bump provider versions 2023-04-11 22:18:31 +10:00
net-vpn-static bump provider versions 2023-04-11 22:18:31 +10:00
organization bump provider versions 2023-04-11 22:18:31 +10:00
project bump provider versions 2023-04-11 22:18:31 +10:00
projects-data-source bump provider versions 2023-04-11 22:18:31 +10:00
pubsub Migrate PubSub tests 2023-04-17 09:17:54 +02:00
secret-manager Add CMEK support 2023-04-17 23:32:13 +02:00
service-directory Migrate service-directory tests 2023-04-17 09:17:54 +02:00
source-repository Migrate source repository tests 2023-04-17 09:17:54 +02:00
vpc-sc Migrate VPC-SC tests to examples 2023-04-17 09:17:54 +02:00
README.md Separating GKE Standard and Autopilot Modules (#1330) 2023-04-21 12:08:13 +00: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.

These modules are not necessarily backward compatible. Changes breaking compatibility in modules are marked by major releases (but not all major releases contain breaking changes). Please be mindful when upgrading Fabric modules in existing Terraform setups, and always try to use versioned references in module sources so you can easily revert back to a previous version. Since the introduction of the moved block in Terraform we try to use it whenever possible to make updates non-breaking, but that does not cover all changes we might need to make.

These modules are used in the examples included in this repository. If you are using any of those examples in your own Terraform configuration, make sure that you are using the same version for all the modules, and switch module sources to GitHub format using references. The recommended approach to working with Fabric modules is the following:

  • Fork the repository and own the fork. This will allow you to:

    • Evolve the existing modules.
    • Create your own modules.
    • Sync from the upstream repository to get all the updates.
  • Use GitHub sources with refs to reference the modules. See an example below:

    module "project" {
        source              = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v13.0.0"
        name                = "my-project"
        billing_account     = "123456-123456-123456"
        parent              = "organizations/123456"
    }
    

Foundational modules

Networking modules

Compute/Container

Data

Development

Security

Serverless