7 lines
149 B
HCL
7 lines
149 B
HCL
variable "aws-region" {}
|
|
variable "secret_description" {}
|
|
variable "secret_value" {}
|
|
variable "secret_policy" {
|
|
type = string
|
|
default = null
|
|
} |