Skip to content

Commit

Permalink
docs: minor update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 12, 2023
1 parent b3be0de commit 5d8ce03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Terraform Docker Artifact Packager Module
# Terraform Module: Docker Artifact Packager

This Terraform module provides a reusable, customizable solution for building
Docker images and extracting artifacts from them.
Expand All @@ -15,7 +15,7 @@ Docker images and extracting artifacts from them.

```hcl
module "docker_builder" {
source = "github.com/sgtoj/terraform-docker-artifact-packager.git?ref=main"
source = "sgtoj/artifact-packager/docker"
docker_build_context = "${path.module}/example/aws-lambda-fn/fixures/echo-app"
docker_build_target = "package"
Expand Down
2 changes: 1 addition & 1 deletion example/aws-lambda-fn/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "packager" {
source = "../../"
source = "../"

artifact_src_path = "/tmp/package.zip"
docker_build_context = "${path.module}/fixures/echo-app"
Expand Down

0 comments on commit 5d8ce03

Please sign in to comment.