foreman_templateinput

Foreman representation of a template input.

Example Usage

# Autogenerated example with required keys
resource "foreman_templateinput" "example" {
}

Argument Reference

The following arguments are supported:

  • advanced - (Optional)
  • default - (Required)
  • description - (Optional)
  • fact_name - (Optional)
  • hidden_value - (Optional)
  • input_type - (Optional)
  • name - (Required) The name of the template input
  • puppet_class_name - (Optional)
  • puppet_parameter_name - (Optional)
  • required - (Optional)
  • resource_type - (Optional)
  • value_type - (Optional)
  • variable_name - (Optional)

Attributes Reference

The following attributes are exported:

  • advanced -
  • default -
  • description -
  • fact_name -
  • hidden_value -
  • id -
  • input_type -
  • name - The name of the template input
  • puppet_class_name -
  • puppet_parameter_name -
  • required -
  • resource_type -
  • template_id -
  • value_type -
  • variable_name -