Class: Kitchen::Terraform::VersionVerifierStrategy::Unsupported

Inherits:
Object
  • Object
show all
Defined in:
lib/kitchen/terraform/version_verifier_strategy/unsupported.rb

Overview

Unsupported is the class of objects which provide a strategy for unsupported Terraform client versions.

Instance Method Summary collapse

Instance Method Details

#callvoid

This method returns an undefined value.

#call fails the verification.



28
29
30
# File 'lib/kitchen/terraform/version_verifier_strategy/unsupported.rb', line 28

def call
  raise ::Kitchen::Terraform::UnsupportedClientVersionError, "The Terraform client version is unsupported."
end