provider "mysql" {
  endpoint = "${var.host}:${var.port}"
  username = var.username
  password = var.password
}
