scalr_workspace_var_set
Resource: scalr_workspace_var_set
Manages the link between a variable set and a workspace in Scalr.
Example Usage
resource "scalr_workspace_var_set" "example" {
workspace_id = "ws-xxxxxxxxxx"
var_set_id = "varset-xxxxxxxxxx"
}
Schema
Required
var_set_id(String) ID of the variable set.workspace_id(String) ID of the workspace.
Read-Only
id(String) The ID of this resource, in the format<workspace_id>/<var_set_id>.
Import
Import is supported using the following syntax:
terraform import scalr_workspace_var_set.example ws-xxxxxxxxxx/varset-xxxxxxxxxx
