Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 643 Bytes

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
}