6 lines
124 B
Terraform
6 lines
124 B
Terraform
|
variable "secret_description" {}
|
||
|
variable "secret_value" {}
|
||
|
variable "secret_policy" {
|
||
|
type = string
|
||
|
default = null
|
||
|
}
|