Skip to content

Commit

Permalink
alterações no github actions script with the terraform commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Ferino committed Mar 31, 2024
1 parent 36fa985 commit 372d6c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
provisioning:
runs-on: ubuntu-latest

defaults:
run:
working-directory: cloud_infra/terraform

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion COMMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,7 @@ Dia 30 (tarde)
- finalizei o script terraform e testei. Testei criando uma vm de 1 Gb de RAM, Ubuntu.
- Preciso colocar o terraform num workflow do github actions
- preciso também fazer rodar o terraform com o ansible, para que seja instalado.
- e pensar em monitoramento
- e pensar em monitoramento

Dia 31/Março
- Finalizei o script

0 comments on commit 372d6c1

Please sign in to comment.