-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Describe the bug
In my terraform I have a few zip files that are created and expected to be uploaded to S3. The plan works and shows all these ready for upload. Also a local apply works fine. However when I try and do an apply with this module I'm getting errors that the zip file can't be found. (ex. "monitor_oracle.zip: no such file or directory)
To Reproduce
add a data.archive_file resource to your project and try and do something with it (ex. upload to s3, use for lambda, etc).
Expected behavior
Zip file should be created and uploaded like it is when run locally.
rdhar