Sha256: 8392bc525f6da8374aec01d5b8cd43e8857d8d7d249b252cd8afa0abb786eaac

Contents?: true

Size: 418 Bytes

Versions: 15

Compression:

Stored size: 418 Bytes

Contents

# frozen_string_literal: true

module Terradactyl
  module Terraform
    module Subcommands
      module Fmt
        def defaults
          {
            'list' => true,
            'write' => true,
            'diff' => false,
            'check' => false
          }
        end

        def switches
          []
        end
      end
    end

    module Commands
      class Fmt < Base
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
terradactyl-terraform-1.8.2 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.8.1 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.8.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.7.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.6.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.5.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.4.1 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.4.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.3.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.2.1 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.2.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.1.2 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.1.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-1.0.0 lib/terradactyl/terraform/commands/fmt.rb
terradactyl-terraform-0.15.0 lib/terradactyl/terraform/commands/fmt.rb