layout | page_title | sidebar_current | description |
---|---|---|---|
librato |
Librato: librato_space |
docs-librato-resource-space |
Provides a Librato Space resource. This can be used to create and manage spaces on Librato. |
Provides a Librato Space resource. This can be used to create and manage spaces on Librato.
# Create a new Librato space
resource "librato_space" "default" {
name = "My New Space"
}
The following arguments are supported:
name
- (Required) The name of the space.
The following attributes are exported:
id
- The ID of the space.name
- The name of the space.