Skip to content

Commit

Permalink
Add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Nov 9, 2023
1 parent c64e043 commit a4d523d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/examples/workspace-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

---
apiVersion: app.terraform.io/v1alpha2
kind: Workspace
metadata:
name: this
spec:
organization: kubernetes-operator
token:
secretKeyRef:
name: tfc-operator
key: token
name: kubernetes-operator-demo
project:
name: kubernetes-operator
# Alternatively, you can use the Project ID:
#
# id: prj-e89jyCXbxi1sU2AR

0 comments on commit a4d523d

Please sign in to comment.