FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

librato_service

Provides a Librato Service resource. This can be used to create and manage notification services on Librato.

Example Usage

# Create a new Librato service
resource "librato_service" "email" {
    title = "Email the admins"
    type = "mail"
    settings = <<EOF
{
  "addresses": "[email protected]"
}
EOF
}

Argument Reference

The following arguments are supported. Please check the relevant documentation for each type of alert.

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io