Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 500 Bytes

setting.html.markdown

File metadata and controls

27 lines (19 loc) · 500 Bytes
layout page_title sidebar_current description
rancher
Rancher: rancher_setting
docs-rancher-datasource-setting
Get information on a Rancher setting.

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.