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

feat(terraform): add terraform init -upgrade alias #12171

Merged

Conversation

nitrocode
Copy link
Contributor

@nitrocode nitrocode commented Jan 20, 2024

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.
  • If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

  • add alias for tfiu to init and upgrade all local providers by ignoring the existing and replacing the terraform lock file
    • this is very common when working with providers that update frequently such as the aws provider
  • add alias for tw and tws workspace commands to interact with workspaces and easily switch between them

Other comments:

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases labels Jan 20, 2024
@ohmyzsh ohmyzsh bot added the Type: documentation Documentation issue or Pull Request label Jan 20, 2024
@nitrocode nitrocode marked this pull request as ready for review January 20, 2024 14:10
@robbyrussell
Copy link
Member

Appreciate the contribution, @nitrocode! Sorry it took us a while to get to this. ✌️

@robbyrussell robbyrussell merged commit 37f5203 into ohmyzsh:master Jun 10, 2024
2 checks passed
@nitrocode nitrocode deleted the tf-plugin-add-workspace-aliases branch June 11, 2024 09:32
@nitrocode
Copy link
Contributor Author

Thank you @robbyrussell.

No worries. Better late than never 😁

@nitrocode nitrocode changed the title feat(terraform): add workspace aliases feat(terraform): add terraform init -upgrade alias Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants