Sha256: f94ace6c10fb6fc52f4c99eb7ea0688386a650c81d56b4279232946294ddc7c1

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

# frozen_string_literal: true

require_relative 'base'
require_relative '../options/common'

module RubyTerraform
  module Commands
    class Providers < Base
      include RubyTerraform::Options::Common

      def subcommands
        %w[providers]
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-terraform-0.65.0.pre.14 lib/ruby_terraform/commands/providers.rb
ruby-terraform-0.65.0.pre.13 lib/ruby_terraform/commands/providers.rb
ruby-terraform-0.65.0.pre.12 lib/ruby_terraform/commands/providers.rb
ruby-terraform-0.65.0.pre.11 lib/ruby_terraform/commands/providers.rb
ruby-terraform-0.65.0.pre.10 lib/ruby_terraform/commands/providers.rb