# File lib/plugins/tf/env_type_test.rb, line 19
  def variable_type value
    value.nil? ? 'nil' :
      value.is_a?(Hash) ? 'array' : 'string'
  end