Skip to content

Commit

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

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

Expand Down

0 comments on commit c738f9b

Please sign in to comment.