lib/ruby_terraform/commands/output.rb in ruby-terraform-0.65.0.pre.2 vs lib/ruby_terraform/commands/output.rb in ruby-terraform-0.65.0.pre.3

- old
+ new

@@ -16,10 +16,10 @@ no_color = opts[:no_color] json = opts[:json] mod = opts[:module] builder = builder - .with_subcommand('output') do |sub| + .with_subcommand('output') do |sub| sub = sub.with_flag('-no-color') if no_color sub = sub.with_flag('-json') if json sub = sub.with_option('-state', state) if state sub = sub.with_option('-module', mod) if mod sub