terraform-aws-rds-proxy/wrappers/variables.tf

12 lines
297 B
Terraform
Raw Normal View History

2025-10-01 14:13:12 +00:00
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 = {}
}