Can terratest be used in existing infrastructure in staging or production ?
If yes, should we use InitAndApply and Destroy function ?
Because,
InitAndApply, Initialize and Apply Terraform Configurations what already exists
Destroy, delete the resources.
Should we only use when there are some changes?