Skip to content

Commit 1c24cf2

Browse files
author
Sumit Sarkar
committed
FIX: Validation errors
1 parent 8c479f9 commit 1c24cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ data "aws_ami" "ecs_ami" {
142142
name = "virtualization-type"
143143
values = ["hvm"]
144144
}
145-
owners = [var.ami_owners]
145+
owners = var.ami_owners
146146
}
147147

148148
data "aws_ami" "user_ami" {

0 commit comments

Comments
 (0)