7 lines
150 B
HCL
7 lines
150 B
HCL
variable "secret_description" {}
|
|
variable "secret_name" {}
|
|
variable "secret_value" {}
|
|
variable "secret_policy" {
|
|
type = string
|
|
default = null
|
|
} |