Add script to update terraform secrets
This commit is contained in:
parent
f2f9e194c5
commit
ba89b87a61
1 changed files with 8 additions and 0 deletions
8
scripts/terraform/update-secrets.sh
Executable file
8
scripts/terraform/update-secrets.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
cd terraform/
|
||||
|
||||
bw get attachment secrets.sh --itemid c4f8b44e-ae62-442d-a9e0-02d0621c2454
|
||||
bw get attachment secrets.auto.tfvars --itemid c4f8b44e-ae62-442d-a9e0-02d0621c2454
|
Loading…
Reference in a new issue