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.
- Host: GitHub
- URL: https://github.com/chainguard-dev/terraform-infra-common
- Owner: chainguard-dev
- License: apache-2.0
- Created: 2023-12-09T16:47:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T19:39:50.000Z (11 months ago)
- Last Synced: 2024-05-29T08:27:50.828Z (11 months ago)
- Language: HCL
- Homepage:
- Size: 929 KB
- Stars: 3
- Watchers: 3
- Forks: 15
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - chainguard-dev/terraform-infra-common - A repository containing a collection of "glue" modules for encapsulating common Cloud Run patterns. (HCL)
README
# terraform-infra-common
[
](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
}
```