Add example for MySQL Flexible Server Database

This commit is contained in:
neil-yechenwei
2022-03-02 14:26:28 +08:00
parent 112c5b5192
commit c70498ea85
7 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,9 @@
variable "name_prefix" {
default = "mysqlfs"
description = "Prefix of the resource name."
}
variable "location" {
default = "eastus"
description = "Location of the resource."
}