https://github.com/mars/go-getting-started-terraform
Terraform configuration to deploy heroku/go-getting-started
https://github.com/mars/go-getting-started-terraform
Last synced: 6 months ago
JSON representation
Terraform configuration to deploy heroku/go-getting-started
- Host: GitHub
- URL: https://github.com/mars/go-getting-started-terraform
- Owner: mars
- Created: 2022-01-04T20:06:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T22:01:27.000Z (about 4 years ago)
- Last Synced: 2025-06-08T12:05:21.436Z (about 1 year ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Getting Started with Terraform
A Terraform configuration to deploy the [heroku/go-getting-started](https://github.com/heroku/go-getting-started) app ☁️🌱
```
git clone https://github.com/mars/go-getting-started-terraform.git
cd go-getting-started-terraform/
heroku login
terraform apply
```
Optionally, you may set the Terraform [input variables](variables.tf) to:
- set the API key, instead of `heroku login`
- set the app name to create (must not already exist)
- select the Heroku team for the app (must already exist).