terraform-provider-archive
terraform-provider-archive copied to clipboard
Run archive_file on each apply
Hi there,
Is there a way to ensure that the archive_file runs on each apply? I.e every time I change the code in my lambda python I want the archive_file to re-zip again so the lambda can update to the new code.
I have it paired with a null resource and this explicit depends on the null resource. The null resources specifies the paths that should trigger a new archive.
Thanks @brantgurga yeah I had something similar also - i think it'd be nice to have this flag as this currently kills a full 360 degree creation of Lambda Deployments + Packages.
I'm not big on go however this is definitely tempting to me invest in it. I'm a little tired of SAM...