chore: update maxlaverse/bitwarden version

This commit is contained in:
Matthew McKinnon 2025-05-17 13:17:53 +10:00
parent 9ba4c562a1
commit c84bcfdf0a

View File

@ -19,8 +19,6 @@ tfusername=$(bw get --session $BW_SESSION username tofu_postgres)
tfpassword=$(bw get --session $BW_SESSION password tofu_postgres)
tfurl=$(bw get --session $BW_SESSION uri tofu_postgres)
export PG_CONN_STR=postgres://$tfusername:$tfpassword@tfurl
echo 'proxmox_api_url = "'$proxmox_api_url'"' > terraform.auto.tfvars
echo 'proxmox_api_token_id = "'$proxmox_api_token_id'"' >> terraform.auto.tfvars
echo 'proxmox_api_token_secret = "'$proxmox_api_token_secret'"' >> terraform.auto.tfvars