0
0
llucycodes42
The provider "librato" creates an instance of the Librato client with the email and token values provided.
Shortcut: tf_librato
provider "librato" {
email = "ops@company.com"
token = "\${var.librato_token}"
}
0
0
llucycodes42
The provider "librato" creates an instance of the Librato client with the email and token values provided.
Shortcut: tf_librato
provider "librato" {
email = "ops@company.com"
token = "\${var.librato_token}"
}