mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-29 19:00:34 +00:00
Replaced the hard code
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ resource "aws_instance" "geny_aws_$index" {
|
||||
}
|
||||
|
||||
output "public_dns_$index" {
|
||||
value = "\${aws_instance.geny_aws_1.public_dns}"
|
||||
value = "\${aws_instance.geny_aws_$index.public_dns}"
|
||||
}
|
||||
_EOF
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user