Module: Kitchen::Terraform::ConfigAttribute Abstract

Defined in:
lib/kitchen/terraform/config_attribute.rb

Overview

This module is abstract.

It defines the interface for configuration attributes to implement.

The namespace for configuration attributes.

Defined Under Namespace

Modules: BackendConfigurations, Color, CommandTimeout, Directory, Groups, LockTimeout, Parallelism, PluginDirectory, State, VariableFiles, Variables, VerifyPlugins

Class Method Summary collapse

Class Method Details

.default_value(_plugin:) ⇒ Object



23
24
# File 'lib/kitchen/terraform/config_attribute.rb', line 23

def self.default_value(_plugin:)
end

.to_symObject



26
27
# File 'lib/kitchen/terraform/config_attribute.rb', line 26

def self.to_sym
end