mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07: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" {
|
output "public_dns_$index" {
|
||||||
value = "\${aws_instance.geny_aws_1.public_dns}"
|
value = "\${aws_instance.geny_aws_$index.public_dns}"
|
||||||
}
|
}
|
||||||
_EOF
|
_EOF
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user