Skip to content

Commit

Permalink
Move source_ami_filter owner to owners
Browse files Browse the repository at this point in the history
owners will be required when using next version of Packer, see
hashicorp/packer#6585
  • Loading branch information
rickard-von-essen authored and micahhausler committed Sep 10, 2018
1 parent 4edeb0c commit cb86cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-worker-al2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"filters": {
"architecture": "x86_64",
"name": "amzn2-ami-minimal-hvm-*",
"owner-id": "137112412989",
"root-device-type": "ebs",
"state": "available",
"virtualization-type": "hvm"
},
"owners": [ "137112412989" ],
"most_recent": true
},
"instance_type": "{{user `instance_type`}}",
Expand Down

0 comments on commit cb86cc4

Please sign in to comment.