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 settingdescription- Description of the settingname- Name of the settingreadonly- Indicates whether the setting is read-only or not.settings_type- Data type of this setting (boolean, string, ..)value- Value of the setting