Commit c7c832c
authored
remove
on tofu 1.9, it fails with this message:
```
│ Error: Invalid function argument
│
│ on .terraform/modules/plt_self_hosted.self_hosted_infra.spacelift_services/variables.tf line 351, in variable "vcs_gateway_domain":
│ 351: condition = var.vcs_gateway_domain == null || (!startswith(var.vcs_gateway_domain, "http://") && !startswith(var.vcs_gateway_domain, "https://"))
│ ├────────────────
│ │ while calling startswith(str, prefix)
│ │ var.vcs_gateway_domain is null
│
│ Invalid value for "str" parameter: argument must not be null.
```condition from variable (#38)1 parent 2e3b808 commit c7c832c
2 files changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 65 | | |
70 | 66 | | |
71 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | 350 | | |
355 | 351 | | |
356 | 352 | | |
| |||
0 commit comments