feat: add opentofu remote bucket state storage
This commit is contained in:
parent
65a98c6f57
commit
6e72e0ccff
5 changed files with 29 additions and 12 deletions
|
|
@ -1,3 +1,5 @@
|
|||
set dotenv-load := true
|
||||
|
||||
export ANSIBLE_VAULT_PASSWORD_FILE := justfile_directory() + "/.decrypt-pass.txt"
|
||||
export ANSIBLE_BECOME_PASSWORD_FILE := justfile_directory() + "/.become-pass.txt"
|
||||
|
||||
|
|
@ -34,3 +36,7 @@ decrypt +ARGS:
|
|||
[no-cd]
|
||||
decrypt-store +ARGS:
|
||||
uv run ansible-vault decrypt {{ ARGS }}
|
||||
|
||||
[no-cd]
|
||||
tofu +ARGS:
|
||||
tofu {{ ARGS }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue