FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

librato_space

Provides a Librato Space resource. This can be used to create and manage spaces on Librato.

Example Usage

# Create a new Librato space
resource "librato_space" "default" {
    name = "My New Space"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io