Skip to content

Commit

Permalink
como comentado pelo Rapha-Borges, na PR Rapha-Borges#34, faz mais sen…
Browse files Browse the repository at this point in the history
…tido o env.sh ficar no raiz do projeto e sinalizar no .gitignore
  • Loading branch information
soaresnetoh committed Jan 29, 2024
1 parent 59e598d commit ff326b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ id_rsa*
output-gen*
tfplan

# file with credentials
env.sh

# Directory for sensible files and external files: i.e. env.sh / deployment.yaml
temp
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ssh-keygen -t rsa -b 4096 -f ./ssh/id_rsa
- GNU/Linux

```
vim ./temp/env.sh
vim ./env.sh
```

```
Expand All @@ -199,7 +199,7 @@ export TF_VAR_oci_profile="DEFAULT"
Agora rode o script para exportar as variáveis:

```
source ./temp/env.sh
source ./env.sh
```

- Windows
Expand Down

0 comments on commit ff326b2

Please sign in to comment.