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 7460a77 commit 6d86150Copy full SHA for 6d86150
enos/modules/gcp_target/main.tf
@@ -125,7 +125,7 @@ resource "google_compute_instance" "boundary_target" {
125
"project" : "enos",
126
"project_name" : "qti-enos-boundary",
127
"environment" : var.environment,
128
- "enos_user" : replace(var.enos_user, "/[\\W]+/", ""),
+ "enos_user" : replace(lower(var.enos_user), "/[\\W]+/", ""),
129
"filter_label_1" : random_id.filter_label1.hex
130
"filter_label_2" : random_id.filter_label2.hex
131
})
0 commit comments