Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcolemorrison/terraform-google-run-github-app
- Owner: jcolemorrison
- License: mit
- Created: 2024-04-01T04:01:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T21:13:37.000Z (7 months ago)
- Last Synced: 2024-04-17T03:52:43.053Z (7 months ago)
- Language: HCL
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
}
```