0
0
llucycodes42
The code in this block declares that the provider "heroku" should be used to provide the operations (email) and api_key (variable "var.heroku_api_key") services.
Shortcut: tf_heroku
provider "heroku" {
email = "ops@company.com"
api_key = "\${var.heroku_api_key}"
}