Sha256: e0d05fb8c5e58d9d532fea62dcc3f738e4fcdf72008779261b1b7b931456171b
Contents?: true
Size: 889 Bytes
Versions: 9
Compression:
Stored size: 889 Bytes
Contents
iaas_type: aws vm_shepherd: env_config: stack_name: aws-stack-name aws_access_key: aws-access-key aws_secret_key: aws-secret-key region: aws-region json_file: cloudformation.json parameters: key_pair_name: key_pair_name outputs: ssh_key_name: ssh-key-name security_group: security-group-id public_subnet_id: public-subnet-id subnets: [private-subnet-id, public-subnet-id] s3_bucket_name: bucket-name elbs: - name: elb-1-name port_mappings: [[1111,11]] stack_output_keys: vpc_id: CloudFormationVpcIdOutputKey subnet_id: CloudFormationSubnetIdOutputKey - name: elb-2-name port_mappings: [[2222,22]] stack_output_keys: vpc_id: CloudFormationVpcIdOutputKey subnet_id: CloudFormationSubnetIdOutputKey vm_configs: - vm_name: vm-name - vm_name: vm-name-2
Version data entries
9 entries across 9 versions & 1 rubygems