You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/coder/modules/boundary/main.tf
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ variable "boundary_config" {
47
47
48
48
variable"boundary_config_path" {
49
49
type=string
50
-
description="Path to an existing boundary config file in the workspace. When set, no config is written and BOUNDARY_CONFIG points to this path. Mutually exclusive with boundary_config."
50
+
description="Path to an existing boundary config file in the workspace. When set, no config is written and the boundary_config_path output points to this path. Mutually exclusive with boundary_config."
0 commit comments