chainguard-dev / terraform-infra-common

A repository containing a collection of "glue" modules for encapsulating common Cloud Run patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-infra-common

Static Badge

A repository containing a collection of common infrastructure modules for encapsulating common Cloud Run patterns.

Usage

To use components in this library, you must provide the project in a provider.google resource in your top-level main.tf:

provider "google" {
  project = var.project
}

About

A repository containing a collection of "glue" modules for encapsulating common Cloud Run patterns.

License:Apache License 2.0


Languages

Language:HCL 63.0%Language:Go 36.8%Language:Shell 0.2%