mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Added provider id
This commit is contained in:
+2
-2
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user