0
0
llucycodes42
The resource "librato_space" would contain the following fields: name, description, and resource_name.
Shortcut: tf_librato_space
resource "librato_space" "${myResourceName}" {
name = "my-${myResourceName}"
description = "my-description-${myResourceName}"
}