foreman_setting

Setting can be used to read settings from Foreman.

Example Usage

# Autogenerated example with required keys
data "foreman_setting" "example" {
  name = "foreman_url"
}

Argument Reference

The following arguments are supported:

  • name - (Required) Name of the setting

Attributes Reference

The following attributes are exported:

  • category_name - Name of the category the setting is in.
  • default - Default value of the setting
  • description - Description of the setting
  • name - Name of the setting
  • readonly - Indicates whether the setting is read-only or not.
  • settings_type - Data type of this setting (boolean, string, ..)
  • value - Value of the setting