Sha256: 86618f7ac6bc957d5718cf786a922e4892cca4fa2c8209059c92cd79cf2499f6
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 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 :OpenStack, "sparkle_formation/provider/heat" autoload :Terraform, "sparkle_formation/provider/terraform" end end
Version data entries
5 entries across 5 versions & 1 rubygems