aws_playground- experiments in aws with terraform |
git clone git://git.acid.vegas/aws_playground.git |
Log | Files | Refs | Archive | README |
terraform.tfvars (205B)
1 # AWS Variables 2 aws_region = "us-east-1" 3 aws_security_group = "sg-0335e29b8928dd542" 4 aws_instance_type = "t2.micro" 5 aws_key_pair_name = "awsvegas" 6 aws_user_data_file_path = "node.sh" 7 aws_instance_count = 5