Class: Kitchen::Terraform::VersionVerifierStrategy::Supported
- Inherits:
-
Object
- Object
- Kitchen::Terraform::VersionVerifierStrategy::Supported
- Defined in:
- lib/kitchen/terraform/version_verifier_strategy/supported.rb
Overview
Supported is the class of objects which provide a strategy for supported Terraform client versions.
Instance Method Summary collapse
-
#call ⇒ self
#call takes no action.
Instance Method Details
#call ⇒ self
#call takes no action.
27 28 29 |
# File 'lib/kitchen/terraform/version_verifier_strategy/supported.rb', line 27 def call self end |