Simple deploy mysql on docker by terraform
- init terraform
terraform init
- plan
terrafrom plan
- apply terraform
terraform apply
- show container and db info
terraform output --json
TF_VAR_DB_NAME
export to set the database name
@dwsclass dws-ops-002-terraform