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

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

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).