Sha256: 825423cdae69ea7aa4fbd1297861d0142c703b00f57e05262e2fa761fd30e5ff
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 Bytes
Contents
require 'hashie' module AmiSpec class AwsInstanceOptions < Hashie::Dash include Hashie::Extensions::IgnoreUndeclared property :ami property :role property :subnet_id property :key_name property :aws_instance_type property :aws_public_ip property :aws_region property :aws_security_groups property :associate_public_ip property :tags property :user_data_file property :iam_instance_profile_arn end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ami_spec-1.8.0 | lib/ami_spec/aws_instance_options.rb |