rancher_setting

Use this data source to retrieve information about a Rancher setting.

Example Usage

data "rancher_setting" "cattle.cattle.version" {
  name = "cattle.cattle.version"
}

Argument Reference

  • name - (Required) The setting name.

Attributes Reference

  • value - the settting's value.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/rancher/d/setting.html