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
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: api/v1alpha1/workspace_types.go
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,12 @@ type WorkspaceSpec struct {
126
126
// SSH Key ID. This key must already exist in the TF Cloud organization. This can either be the user assigned name of the SSH Key, or the system assigned ID.
127
127
// +optional
128
128
SSHKeyIDstring`json:"sshKeyID,omitempty"`
129
+
// Overrides default output name. Default output name is `<workspaceName>-outputs`.
130
+
// +optional
131
+
OutputNamestring`json:"outputName,omitempty"`
132
+
// Overrides default output namespace. Default namespace is the same namespace as the workspace.
0 commit comments