tftarget icon indicating copy to clipboard operation
tftarget copied to clipboard

🎯tftarget is a CLI tool for Terraform ( plan | apply | destroy ) with target option. You can interactivity select resource to ( plan | apply | destroy ) with target option.

Results 9 tftarget issues
Sort by recently updated
recently updated
newest added

Closed Issue #16 still a problem. Received the following error: ? Select resources to target apply: module.awssecret["secret1"].... will be created Enter a value: yes ╷ │ Error: Invalid target "module.awssecret[secret1]...."...

It appears that this tool assumes that we have a `terraform.tfvars` and does not provide a way for us to specify our custom *.tfvars files, similar to how we can...

When running under `bash` (tested version: Macports, 5.2.15(1)-release), a Ctrl+C interruption exits `tftarget`, but that doesn't reset the terminal config which leads to the cursor vanishing.

Particularly in large Terraform installations (such as if you manage large, multi-thousand-records sized DNS zones), a plain `tftarget apply` can take many minutes to load. It would be very appreciated...

When selecting more than one resource from the list, it fails to destroy as shown below: My workaround is to select each resource individually then destroy one at a time....

Awesome tool! It would be great if you build similar tool to use with terragrunt binary!

enhancement

Hey nice tool, I really wish I could be able to pass in the resource directly on the command line so I don't accidentially pick the wrong resource from the...

Hello, I'm working with Terraform to manage my infrastructure, and I would like to be able to view detailed diff results for each resource plan or target. For example, it...

My project uses an onion architecture that uses a lot of modules and sources. I want to do something like this tftarget plan -target=module.project.module.sub-project how to do this?