github.com/pmcatominey/terraform@v0.7.0-rc2.0.20160708105029-1401a52a5cc5/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 ``` 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.