Struggling to understand the basics — How to write 1 config and apply it to multiple GCP projects

This page summarizes the projects mentioned and recommended in the original post on /r/Terraform

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • terragrunt

    Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

  • Finish your Terraform code with all the parameters that you need as variables. This means in your example the Cloud Storage bucket. Then you can either start making some fancy Terraform code to change the project-id each time you run it or use Terragrunt as the wrapper to the Terraform code that you just made (you module) where you can specify a folder per customer, a variables files common to customers and one per customer and run everything from the top and have everything applied to all customers at the same time.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts