2 points | by brtkwr 4 hours ago ago
1 comments
I have always wondered why terraform doesn't offer a way to apply a specific file similar to how -target option works. I generated my own helper script which finds resources in a file and applies them as follows:
./tf-apply-file.sh example.tf
I have always wondered why terraform doesn't offer a way to apply a specific file similar to how -target option works. I generated my own helper script which finds resources in a file and applies them as follows:
./tf-apply-file.sh example.tf