mirror of
https://github.com/budtmo/docker-android.git
synced 2026-06-11 21:01:51 +08:00
Replaced the hard code
This commit is contained in:
parent
aa7a798f62
commit
6b657dd13e
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user