0
0
llucycodes42
The code in question creates a connection to the MySQL server and sets the username and password for that connection.
Shortcut: tf_mysql
provider "mysql" {
endpoint = "endpoint-example"
username = "username-example"
password = "password-example"
}