terraform: add .envrc
zimbatm committed
Jun 1, 2023 at 11:08 UTC
ace96fe25690a98ad227a64c7cb8cb63d8f67197
3 files changed
+8
terraform/.envrc
new
+3
@@ -0,0 +1,3 @@
1
+use flake
2
+
3
+source_env_if_exists .envrc.local
terraform/.envrc.local.template
new
+4
@@ -0,0 +1,4 @@
1
+export AWS_ACCESS_KEY_ID=...
2
+export AWS_SECRET_ACCESS_KEY=...
3
+export FASTLY_API_KEY=...
4
+export NETLIFY_TOKEN=...
terraform/.gitignore
new
+1
@@ -0,0 +1 @@
1
+/.envrc.local