Skip to content

Commit

Permalink
bug: fix params with s3-zip-uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 13, 2023
1 parent c738f9b commit 6bbc0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ module "yopass_website_uploader" {
source = "sgtoj/s3-zip-uploader/aws"
version = "0.1.0"

artifact_src_bucket_path = "/_artifacts/assets.zip"
artifact_src_local_path = module.yopass_website_assets.artifact_package_path
artifact_dst_bucket_arn = module.yopass_website.s3_bucket_arn
artifact_src_local_path = module.yopass_website_assets.artifact_package_path

context = module.yopass_label.context

Expand Down

0 comments on commit 6bbc0ee

Please sign in to comment.