codequest-eu / terraform-modules

Terraform modules commonly used in our projects
5 stars 4 forks source link

feat: allow specifying temporary file paths #135

Closed mskrajnowski closed 3 years ago

mskrajnowski commented 3 years ago

Some modules create temporary files, they should all have a way to specify where these temporary files should be created. That way the temporary files can be saved alongside the terraform plan in cases where we need to delay applying the plan possibly making it execute in a different environment.