Skip to content

Commit

Permalink
Add missing required field (terraform-aws-modules#81)
Browse files Browse the repository at this point in the history
Field `owners` is required for `aws_ami`, otherwise it fails
  • Loading branch information
tiberiuana authored and antonbabenko committed Mar 22, 2019
1 parent 21c56c6 commit 39ed89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/basic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ data "aws_subnet_ids" "all" {

data "aws_ami" "amazon_linux" {
most_recent = true

owners = ['amazon']

filter {
name = "name"

Expand Down

0 comments on commit 39ed89c

Please sign in to comment.