tftarget icon indicating copy to clipboard operation
tftarget copied to clipboard

Add support for passing through flags

Open msmuenchen opened this issue 1 year ago • 1 comments

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 if one could pass through arbitrary flags (e.g. -refresh=false or, per #11, -target) to Terraform to reduce the amount of time needed to run.

msmuenchen avatar May 31 '23 17:05 msmuenchen

@msmuenchen I've just seen #28, which might solve your issue. Not tested myself, not sure if documented, just seen the linked issue and thought it might help you. Let us know if it does.

pataquets avatar Aug 05 '24 11:08 pataquets