Skip to content

Replace ad-hoc Bash reliant on local executables with TF resources #119

@rehevkor5

Description

@rehevkor5

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions