#!/usr/bin/env bash

echo $(aws secretsmanager get-secret-value --region us-east-1 --profile gdb-infra-prod --secret-id infra/administration/ANSIBLE_VAULT_PASSWORD | jq -r '.SecretString')
