Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Update with latest deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoWill committed Feb 10, 2020
1 parent 66141f8 commit 98437a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
region: "{{ lookup('env', 'AWS_REGION') or 'eu-west-2' }}"
regions:
eu-west-2:
ami_id: ami-031e874f8c30eb61d
ami_id: ami-0d4a752fb0448fee0
# The default VPC
vpc_id: vpc-110bfc78
vpc_id: "{{ regions[region].vpc_id }}"
ami_id: "{{ regions[region].ami_id }}"
lc_num: 88
lc_num: 89

elb_ssl_arn: "arn:aws:acm:eu-west-2:929325949831:certificate/f353d7fd-fc69-44da-91c5-2bf8225e44ce"
old_lc_num: "{{ lc_num - 1 }}"
Expand Down

0 comments on commit 98437a7

Please sign in to comment.