Skip to content

Commit

Permalink
region variable fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mglantz committed Sep 19, 2018
1 parent de3498a commit 21a2b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/bicycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
aws_access_key: "{{ec2_access_key}}"
aws_secret_key: "{{ec2_secret_key}}"
key_name: redhat-roadshow
region: "{{ region }}"
region: "{{ ec2_region }}"
group: "{{ ec2_security_group }}"
instance_type: "{{ec2_instance_type}}"
image: "{{ ami_id }}"
Expand Down

0 comments on commit 21a2b0a

Please sign in to comment.