mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Merge pull request #144 from trailofbits/ami_latest_image
Sort by latest AMI - resolves #140
This commit is contained in:
commit
29ef4d45df
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
aws_secret_key: "{{ aws_secret_key | default(lookup('env','AWS_SECRET_ACCESS_KEY'))}}"
|
||||
name: "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*"
|
||||
owner: 099720109477
|
||||
sort: name
|
||||
sort: creationDate
|
||||
sort_order: descending
|
||||
sort_end: 1
|
||||
region: "{{ region }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue