mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 10:28:41 -05:00
The other cloud provider is GCE and not GCP. In the same way we are creating VMs in EC2 on AWS.
5 lines
82 B
Ruby
5 lines
82 B
Ruby
# frozen_string_literal: true
|
|
|
|
module VmpoolerProviderEc2
|
|
VERSION = '0.0.1'
|
|
end
|