iammateus / terraform-mysql-azure

A Terraform project that deploys a MySQL virtual machine in Microsoft Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-mysql-azure

A Terraform project that deploys a MySQL virtual machine in Microsoft Azure.

Requeriments

Installation

$ terraform apply

How to connect externally

$ mysql -h 127.0.0.1 -P 3306 -u {USER} -p 

MySQL users

User Password Connectivity
root AstrongP4ss local
mateus mateus local and external

License

MIT

About

A Terraform project that deploys a MySQL virtual machine in Microsoft Azure

License:MIT License


Languages

Language:HCL 100.0%