0
0
llucycodes42
The following code defines a resource named "heroku_cert" that points to a file named "${MyResource}" . The file content will be used to generate a heroku certificate.
Shortcut: tf_heroku_cert
resource "heroku_cert" "${MyResource}" {
}