1
0
Files
terraform.examples/modules/ApplicationIntegration/terraform-aws-apigateway-v2/wrappers/variables.tf
T
2026-02-13 15:44:24 +08:00

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 = {}
}