Link do documento:
https://docs.google.com/document/d/1l...
REPOSITÓRIO: https://github.com/Dellabeneta/curso_...
PROJETO DE REFERÊNCIA: https://github.com/Dellabeneta/terraf...
Continuando o Projeto “ZERO TO HERO” (Remote-exec).
provisioner "remote-exec" {
inline = ["sleep 20",
"apt install apache2 -y",
"sleep 10",
"echo webserver-'${count.index}' MAIOR QUE /var/www/html/index.html"]
}