Terraform archive_file: Package Resources into Archives for Efficient Deployment
Working with infrastructure as code, you usually pack application files, Lambda functions, or configuration directories into a zip or tar archive for deployment. This is where Terraform archive_file comes to the rescue.…