mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-03-08 23:12:08 -05:00
[PR #206] [MERGED] Add tftarget to Tools list #214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shuaibiyy/awesome-tf/pull/206
Author: @orangekame3
Created: 3/30/2023
Status: ✅ Merged
Merged: 3/30/2023
Merged by: @antonbabenko
Base:
master← Head:patch-1📝 Commits (1)
4382266Add tftarget to Tools list📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Hi, I've created Terraform CLI tool, tftarget which is Terraform command wrapper.
The use case is for a multi-person development team. By using tftarget, you can easily perform
terraform xxx -target={...}. Of course, it is not recommended to useterraform xxx -target={...}as a basic operation in production environments, but we recognize that there are times when the target option must be used.Features:
You can interactively select a resource to (plan | apply | destroy) with the target option.
https://github.com/future-architect/tftarget
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.