Commit 8c30ae45 authored by Tiberiu Ana's avatar Tiberiu Ana Committed by Anton Babenko

Add missing required field (#81)

Field `owners` is required for `aws_ami`, otherwise it fails
parent b5ab011a
......@@ -15,6 +15,7 @@ data "aws_subnet_ids" "all" {
data "aws_ami" "amazon_linux" {
most_recent = true
owners = ['amazon']
filter {
name = "name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment