Commit direnv config file and move secrets to .env.local
This commit is contained in:
parent
88e5dde425
commit
459f8936c5
8
.envrc
Normal file
8
.envrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
PATH_add bin
|
||||||
|
|
||||||
|
if [ -f ".env.local" ]; then
|
||||||
|
echo "sourcing .env.local"
|
||||||
|
set -a
|
||||||
|
source ".env.local"
|
||||||
|
set +a
|
||||||
|
fi
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
/.envrc
|
/.env.local
|
||||||
/backend-config.tf
|
/backend-config.tf
|
||||||
*/**/.terraform
|
*/**/.terraform
|
||||||
*.tfstate*
|
*.tfstate*
|
||||||
|
Loading…
Reference in New Issue
Block a user