Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chainguard-dev/terraform-infra-common

A repository containing a collection of "glue" modules for encapsulating common Cloud Run patterns.
https://github.com/chainguard-dev/terraform-infra-common

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# terraform-infra-common

[Static Badge](https://registry.terraform.io/modules/chainguard-dev/common/infra/latest)

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:

```hcl
provider "google" {
project = var.project
}
```