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
In the Web UI settings of Terraform Cloud, I can override the VCS Triggers setting by setting the parameter to Only trigger runs when files in specified paths change.
This allows for multi-repository setups with different workspaces to avoid triggering all workspaces at once when a commit is made to the repository. However, I don't see support for this functionality in the API specification through the CRD Workspace.
Is it possible to change the value of VCS Triggers, or will I have to abandon the Terraform operator in favor of manually creating workspaces through the web UI?
References
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.
The text was updated successfully, but these errors were encountered:
This is also a requirement for us as we trigger based on pattern changes using more of a monorepo for our terraform projects - this makes the operator unusable for us
We need this too, unfortunately it keeps putting the triggers back every time we change the triggers in the UI, we either need this functionality or ignore changes in the UI
Operator Version, Kind and Kubernetes Version
YAML Manifest File
Output Log
Kubectl Outputs
Question
In the Web UI settings of Terraform Cloud, I can override the
VCS Triggers
setting by setting the parameter toOnly trigger runs when files in specified paths change
.This allows for multi-repository setups with different workspaces to avoid triggering all workspaces at once when a commit is made to the repository. However, I don't see support for this functionality in the API specification through the CRD Workspace.
Is it possible to change the value of
VCS Triggers
, or will I have to abandon the Terraform operator in favor of manually creating workspaces through the web UI?References
Community Note
The text was updated successfully, but these errors were encountered: