Port over terraform provider from Trunk2#1
Merged
trunk-staging-io[bot] merged 5 commits intoApr 6, 2026
Conversation
Adds full provider implementation for managing Trunk merge queues via Terraform, including GitHub Actions CI/release workflows and Terraform Registry manifest for publishing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove redundant quotes on v* tag pattern in release workflow (yamllint) - Wrap API URL in backticks in provider schema description to avoid bare URL in generated docs (markdownlint MD034) - Disable MD033 in markdownlint config for tfplugindocs-generated HTML anchors - Add required_version and version constraints to example configs (tflint) - Change example source to short form trunk-io/trunk - Delete staging and manual-test examples (internal configs, not for public consumption) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
😎 Merged successfully - details. |
pv72895
commented
Apr 6, 2026
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
pv72895
commented
Apr 6, 2026
epes
approved these changes
Apr 6, 2026
blx
reviewed
Apr 6, 2026
blx
reviewed
Apr 6, 2026
blx
reviewed
Apr 6, 2026
Contributor
Author
|
/trunk merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a complete lift, along with terraform specific documentation necessary for publishing the terraform provider, of the code located here in trunk2. As a reminder, all of this code has been reviewed and approved previously, but feel free to review again