Add example for MySQL Flexible Server Database
This commit is contained in:
9
quickstart/201-mysql-fs-db/variables.tf
Normal file
9
quickstart/201-mysql-fs-db/variables.tf
Normal 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."
|
||||
}
|
Reference in New Issue
Block a user