Apply Terraform lifecycle ignore_changes to all the resources in the workspace

3.1k Views Asked by At

I would like to apply Terraform lifecycle ignore_changes config to all the resources in the workspace. Instead of doing this individually for every resource, is there any option to define this globally to the workspace so that it will be applicable to all the resources.

Note:

  • Using Openstack cloud provider so all the resources are related to it.
  • Around 100 plus resources available in a workspace

Please clarify.

1

There are 1 best solutions below

0
On

There is no way to do that right now