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

Backport of Adopt hashicorp/cli fork of mitchellh/cli into v1.7 #34431

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

teamterraform
Copy link
Contributor

Backport

This PR is auto-generated from #34429 to be assessed for backporting due to the inclusion of the label 1.7-backport.

The below text is copied from the body of the original PR.


To address Mitchell's recent announcement (https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc), and as already done with Vault (hashicorp/vault#24239), we need to move Terraform from mitchellh/cli to the hashicorp/cli fork.

Commands to generate:

$ find . -name "*.go" -type f -exec gsed -i -e 's/mitchellh\/cli/hashicorp\/cli/' {} \;
$ for x in `git status -s|awk '{ print $2}'`; do gofmt -w $x; done
$ go mod tidy

Target Release

1.7.x


Overview of commits

@teamterraform teamterraform force-pushed the backport/adopt_hashicorp_cli_fork/normally-modest-jaguar branch from bcd791b to 7bbd21f Compare December 20, 2023 11:04
@kmoe kmoe merged commit c673848 into v1.7 Dec 20, 2023
5 of 6 checks passed
@kmoe kmoe deleted the backport/adopt_hashicorp_cli_fork/normally-modest-jaguar branch December 20, 2023 11:09
Copy link

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants