lib/ruby_terraform/commands/output.rb in ruby-terraform-1.6.0.pre.4 vs lib/ruby_terraform/commands/output.rb in ruby-terraform-1.6.0.pre.5

- old
+ new

@@ -27,9 +27,14 @@ # format; defaults to +false+. # * +:raw+: If +true+, for value types that can be automatically converted # to a string, will print the raw string directly, rather than a # human-oriented representation of the value. # + # The {#execute} method accepts an optional second parameter which is a map + # of invocation options. Currently, the only supported option is + # +:environment+ which is a map of environment variables to expose during + # invocation of the command. + # # @example Basic Invocation # RubyTerraform::Commands::Output.new.execute( # name: 'vpc_id') # class Output < Base