Sha256: 1afc941ce0b5daab48d1325635a80418bc3e94ca61d14e8564522d0cf9cdcf88
Contents?: true
Size: 413 Bytes
Versions: 5
Compression:
Stored size: 413 Bytes
Contents
require 'sparkle_formation' class SparkleFormation # Provider specific implementation namespace module Provider autoload :Aws, 'sparkle_formation/provider/aws' autoload :Azure, 'sparkle_formation/provider/azure' autoload :Google, 'sparkle_formation/provider/google' autoload :Heat, 'sparkle_formation/provider/heat' autoload :Terraform, 'sparkle_formation/provider/terraform' end end
Version data entries
5 entries across 5 versions & 1 rubygems