I am trying to deploy a website on azure storage. For that I need to
- download the files from artifactory as tar.gz or zip file
- extract the archive
- upload files as blobs to the storage account
I can do every step but extracting the archive. Can somebody tell me how to extract an zip or tarball archive using terraform?