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

Commit

Permalink
add new field 'owners' for aws_ami (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaphteiros authored and afritzler committed Mar 21, 2019
1 parent 77f62bf commit 85bb5a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/aws/modules/vms/vms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ resource "local_file" "image"{

data "aws_ami" "image" {
most_recent = true
owners = ["self", "amazon", "aws-marketplace"]

filter {
name = "name"
Expand Down

0 comments on commit 85bb5a3

Please sign in to comment.