From e56352bf745b468b36979dd1f27f349974c991c4 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Tue, 21 Aug 2018 09:49:10 +0200 Subject: [PATCH] Added provider id --- src/appium.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/appium.sh b/src/appium.sh index 9a0546b..e2e19a5 100644 --- a/src/appium.sh +++ b/src/appium.sh @@ -76,8 +76,6 @@ provider "aws" { resource "aws_security_group" "geny_sg_$index" { provider = "aws.provider_$index" - name = "geny_sg_$index" - description = "Security group for EC2 instance of Genymotion" ingress { from_port = 0 to_port = 65535 @@ -100,6 +98,8 @@ data "aws_ami" "geny_aws_$index" { name = "name" values = ["genymotion-ami-\${var.android_version_$index}-*"] } + + owners = ["679593333241"] #Genymotion } resource "aws_instance" "geny_aws_$index" {