update code

This commit is contained in:
neil-yechenwei
2022-03-23 10:28:16 +08:00
parent 198b9bdd2f
commit 311ed006e3
4 changed files with 108 additions and 12 deletions

View File

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