Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Add support for Run Tasks #89

Merged
merged 7 commits into from
Feb 27, 2023
Merged

🚀 Add support for Run Tasks #89

merged 7 commits into from
Feb 27, 2023

Conversation

arybolovlev
Copy link
Contributor

@arybolovlev arybolovlev commented Feb 15, 2023

Description

This PR adds support for Run Tasks. A Run Task can be added via Name or its ID.

More information about Run Tasks can be found in the TFC documentation.

The Operator is not managing Run Tasks.

Usage Example

---
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
  runTasks:
    - id: task-ovqauvpxHF4AqTru
      stage: pre_plan
    - name: run-task-demo
      enforcementLevel: mandatory

Release Note

Release note for CHANGELOG:

`Workspace`: add support for Run Tasks.

References

N/A.

Community Note

  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@jrhouston jrhouston merged commit 402dc3d into main Feb 27, 2023
@jrhouston jrhouston deleted the add-run-tasks branch February 27, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants