scalr_var_set

Data Source: scalr_var_set

Retrieves information about variable set.

Example Usage

data "scalr_var_set" "example1" {
  id = "varset-xxxxxxxxxx"
}

data "scalr_var_set" "example2" {
  name = "my-var-set"
}

Schema

Optional

  • id (String) The identifier of the variable set.
  • name (String) Name of the variable set.

Read-Only

  • account_id (String) ID of the account this variable set belongs to.
  • description (String) Description of the variable set.
  • environments (Set of String) List of environment IDs that this variable set is shared to. ["*"] means shared with all environments.
  • owners (Set of String) List of team IDs this variable set belongs to.
  • updated_at (String) UTC timestamp of the last update to this variable set.
  • updated_by_email (String) Email of the user who last updated this variable set.