add missing owner account id

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-28 14:48:09 -04:00
parent df664bd2f6
commit ea781be845
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -47,6 +47,8 @@ data "aws_ami" "debian" {
name = "name"
values = ["debian-stretch-hvm-arm64-gp2-2019-04-28-63458"]
}
owners = [379101102735]
}
//resource "aws_instance" "dev-dapps" {