github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/librato/r/space.html.markdown (about)

     1  ---
     2  layout: "librato"
     3  page_title: "Librato: librato_space"
     4  sidebar_current: "docs-librato-resource-space"
     5  description: |-
     6    Provides a Librato Space resource. This can be used to create and manage spaces on Librato.
     7  ---
     8  
     9  # librato\_space
    10  
    11  Provides a Librato Space resource. This can be used to
    12  create and manage spaces on Librato.
    13  
    14  ## Example Usage
    15  
    16  ```hcl
    17  # Create a new Librato space
    18  resource "librato_space" "default" {
    19    name = "My New Space"
    20  }
    21  ```
    22  
    23  ## Argument Reference
    24  
    25  The following arguments are supported:
    26  
    27  * `name` - (Required) The name of the space.
    28  
    29  ## Attributes Reference
    30  
    31  The following attributes are exported:
    32  
    33  * `id` - The ID of the space.
    34  * `name` - The name of the space.