Update main.tf

pull/369/head
Phorcys 5 months ago committed by GitHub
parent cbd06b1135
commit f3cfdc01d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save