![Static Badge](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white&link=https%3A%2F%2Fregistry.terraform.io%2Fmodules%2Fchainguard-dev%2Fcommon%2Finfra%2Flatest)
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
}