You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the secrets needed for opentofu in the infrastructure directory are manually added to the .env.secrets files. We want this to be automatic.
Log in automatically into vaultwarden (like d4g-tf)
Create applications when deploying environment with an api key to be used by terraform
add terraform api key to vaultwarden secret.
recover secrets by name as secret name is the same as the directory path.
add secrets to the correct .env.secrets file in target directory.
At the moment the secrets needed for opentofu in the infrastructure directory are manually added to the .env.secrets files. We want this to be automatic.