Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jcolemorrison/terraform-google-run-github-app


https://github.com/jcolemorrison/terraform-google-run-github-app

Last synced: about 8 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Scaling Infrastructure as Code on Google Cloud Platform

The Google Cloud Platform facing cloud infrastructure demo code for the Google Next '24 talk "Scaling Infrastructure as Code: Proven Strategies and Productive Workflows".

This is the repo used to create an application deployment pipeline for developers via HCP Waypoint.

## Usage

```
module "run-github-app" {
source = "app.terraform.io/hashicorp-team-demo/run-github-app/google"
version = "0.2.1"
# insert required variables here
}
```