mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-06 17:57:46 +02:00
Merge pull request #144 from trailofbits/ami_latest_image
Sort by latest AMI - resolves #140
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user