Module: RSpec::Terraform::Helpers::Actions::Apply

Includes:
CommandInstantiation
Included in:
RSpec::Terraform::Helpers::Apply
Defined in:
lib/rspec/terraform/helpers/actions/apply.rb

Instance Method Summary collapse

Methods included from CommandInstantiation

#instantiate_command

Instance Method Details

#apply(parameters) ⇒ Object



14
15
16
17
18
19
20
21
22
23
# File 'lib/rspec/terraform/helpers/actions/apply.rb', line 14

def apply(parameters)
  parameters = apply_parameters(parameters)

  log_apply_starting(parameters)
  log_apply_using_parameters(parameters)

  apply_command.execute(parameters)

  log_apply_complete
end