16 lines
161 B
HCL
16 lines
161 B
HCL
variable "caname" {
|
|
type = string
|
|
}
|
|
|
|
variable "cadbname" {
|
|
type = string
|
|
}
|
|
|
|
variable "keyname" {
|
|
type = string
|
|
}
|
|
|
|
variable "imagename" {
|
|
type = string
|
|
}
|