Skip to content

Commit

Permalink
FIX: Validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Sarkar committed Jul 1, 2019
1 parent 8c479f9 commit 1c24cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ data "aws_ami" "ecs_ami" {
name = "virtualization-type"
values = ["hvm"]
}
owners = [var.ami_owners]
owners = var.ami_owners
}

data "aws_ami" "user_ami" {
Expand Down

0 comments on commit 1c24cf2

Please sign in to comment.