class Kitchen::Terraform::VersionVerifierStrategy::Supported

Supported is the class of objects which provide a strategy for supported Terraform client versions.

Public Instance Methods

call() click to toggle source

call takes no action.

@return [self]

# File lib/kitchen/terraform/version_verifier_strategy/supported.rb, line 27
def call
  self
end