Skip to content

Commit

Permalink
fix: set create path to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 13, 2023
1 parent bf377c1 commit 8bd016f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module "yopass_website" {
}

module "yopass_website_uploader" {
source = "./modules/s3-uploader"
source = "./modules/uploader"

artifact_dst_bucket_arn = module.yopass_website.s3_bucket_arn
artifact_dst_bucket_path = "/"
Expand Down

0 comments on commit 8bd016f

Please sign in to comment.