mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
11 lines
111 B
HCL
11 lines
111 B
HCL
variable "key" {
|
|
type = string
|
|
}
|
|
|
|
variable "value" {
|
|
type = string
|
|
}
|
|
|
|
variable "effect" {
|
|
type = string
|
|
} |