Module: Dependabot::Opentofu::FileSelector
- Extended by:
- T::Helpers, T::Sig
- Includes:
- FileFilter
- Included in:
- FileParser, FileUpdater
- Defined in:
- lib/dependabot/opentofu/file_selector.rb
Constant Summary collapse
- TF_EXTENSION =
".tf"- TOFU_EXTENSION =
".tofu"- OVERRIDE_TF_EXTENSION =
"override.tf"- OVERRIDE_TOFU_EXTENSION =
"override.tofu"
Instance Method Summary collapse
Instance Method Details
#dependency_files ⇒ Object
22 |
# File 'lib/dependabot/opentofu/file_selector.rb', line 22 def dependency_files; end |