Skip to content

Commit

Permalink
Changing Architecture Image and adding apply timers
Browse files Browse the repository at this point in the history
  • Loading branch information
NunesMig committed Jul 19, 2024
1 parent 5b51524 commit 28c07e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file modified images/terraforming-the-cloud.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ terraform plan -out plan.tfplan
terraform apply plan.tfplan
```

⏰ Tempo do médio do apply - 1 min.

verificar que o recurso remoto foi criado:

```bash
Expand All @@ -82,6 +84,8 @@ gcloud compute instances list
terraform destroy
```

⏰ Tempo do médio do destroy - 2 min.

verificar que o recurso remoto foi destruido:

```bash
Expand All @@ -104,6 +108,8 @@ terraform plan -out plan.tfplan
terraform apply plan.tfplan
```

⏰ Tempo do médio do apply - 1 min.

### Tentar entrar para a máquina via SSH

Podem obter o comando a partir do output do terraform, ou usando o comando `gcloud`:
Expand Down Expand Up @@ -133,6 +139,8 @@ Executar `terraform apply plan.tfplan`.
terraform apply plan.tfplan
```

⏰ Tempo do médio do apply - 1 min.

Como adicionámos uma tag que permite indicar à firewall o acesso SSH por IAP, podemos então testar novo comando de SSH:

```bash
Expand All @@ -156,6 +164,8 @@ Aplicar o `plan`, verificar e acompanhar observando na execução do terraform q
terraform apply plan.tfplan
```

⏰ Tempo do médio do apply - 3 min.

Verificar que o SSH continua a ser possível, mesmo com a nova instância:

<sub>*o comando pode não funcionar logo...pode demorar até 1 minuto depois da VM ser criada.*</sub>
Expand All @@ -182,6 +192,8 @@ Executar o `apply`:
terraform apply plan.tfplan
```

⏰ Tempo do médio do apply - 3 min.

*Notem que apenas alterámos uma mera variável...*

>**NOTA: NÃO DESTRUIR OS RECURSOS pois vamos usa-los no próximo passo**
Expand Down

0 comments on commit 28c07e7

Please sign in to comment.