first commit
This commit is contained in:
18
mysql/variables.tf
Normal file
18
mysql/variables.tf
Normal file
@@ -0,0 +1,18 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
}
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
variable "namespace" {
|
||||
type = string
|
||||
}
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
variable "storage" {
|
||||
type = string
|
||||
}
|
||||
variable "database" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user