We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d055d21 commit 5d2dff5Copy full SHA for 5d2dff5
google_image_nixos/update-url-map
@@ -15,7 +15,7 @@ def render_tf
15
out = <<~HEADER
16
# DON'T EDIT, run $0 instead
17
variable "url_map" {
18
- type = "map"
+ type = map(string)
19
20
default = {
21
HEADER
google_image_nixos/url_map.tf
@@ -14,4 +14,3 @@ variable "url_map" {
14
description = "A map of release series to actual releases"
}
-
0 commit comments