Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 692 Bytes

space.html.markdown

File metadata and controls

34 lines (24 loc) · 692 Bytes
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.

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:

  • name - (Required) The name of the space.

Attributes Reference

The following attributes are exported:

  • id - The ID of the space.
  • name - The name of the space.