The TF stack currently relies on local execution of https://github.com/ExpediaGroup/apiary-data-lake/blob/master/scripts/mysql-user.sh which relies on local availability of `aws`, `mysql`, and `jq` executables. This could be replaced by use of https://www.terraform.io/docs/providers/aws/d/secretsmanager_secret_version.html for AWS secret retrieval, and https://www.terraform.io/docs/providers/mysql/index.html for interacting with MySQL.