Update main.tf

This commit is contained in:
Phorcys
2024-12-17 14:37:43 +01:00
committed by GitHub
parent cbd06b1135
commit f3cfdc01d7

View File

@@ -92,7 +92,7 @@ variable "order" {
}
variable "settings" {
type = map(string)
type = any
description = "A map of settings to apply to VS Code web."
default = {}
}