mirror of
https://github.com/terraform-aws-modules/terraform-aws-rds-proxy.git
synced 2025-12-17 16:31:11 +00:00
12 lines
297 B
Terraform
12 lines
297 B
Terraform
|
|
variable "defaults" {
|
||
|
|
description = "Map of default values which will be used for each item."
|
||
|
|
type = any
|
||
|
|
default = {}
|
||
|
|
}
|
||
|
|
|
||
|
|
variable "items" {
|
||
|
|
description = "Maps of items to create a wrapper from. Values are passed through to the module."
|
||
|
|
type = any
|
||
|
|
default = {}
|
||
|
|
}
|