18 lines
294 B
HCL
18 lines
294 B
HCL
## =================================
|
|
## Vault
|
|
## =================================
|
|
|
|
variable vault_enable {
|
|
type = bool
|
|
default = false
|
|
}
|
|
|
|
variable vault_name {
|
|
type = string
|
|
default = ""
|
|
}
|
|
|
|
variable vault_compartment {
|
|
type = string
|
|
default = ""
|
|
}
|