Jake Howard
c354085dfc
Separating state secrets and others made life a pain. Just do everything in an env file instead, which makes syncing a lot simpler
7 lines
114 B
Bash
Executable file
7 lines
114 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
cd terraform/
|
|
|
|
bw get attachment .env --itemid c4f8b44e-ae62-442d-a9e0-02d0621c2454
|