mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Added line to Vagrantfile to read instance_type from instances.yml; this will allow user to specify the AWS instance type to be created. Addresses #54.
7 lines
138 B
YAML
7 lines
138 B
YAML
---
|
|
instance_type: "t2.micro"
|
|
region: "us-west-2"
|
|
ami: "ami-746aba14"
|
|
user: "ubuntu"
|
|
security_groups: ["default"]
|
|
keypair_name: "aws_rsa"
|