Skip to content

Commit

Permalink
docs: update source usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 31, 2023
1 parent f200465 commit 167f6cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Docker images and extracting artifacts from them.

```hcl
module "artifact_packager" {
source = "sgtoj/artifact-packager/docker"
source = "cruxstack/artifact-packager/docker"
version = "x.x.x"
docker_build_context = "${path.module}/example/aws-lambda-fn/fixures/echo-app"
Expand Down Expand Up @@ -51,9 +51,9 @@ for more details on these variables.

## Outputs

| Name | Description |
|-------------------------|------------------------------------------------|
| `artifact_package_path` | The local path where the artifact is copied to |
| Name | Description |
|-------------------------|--------------------------------------------|
| `artifact_package_path` | The local path where the artifact located. |

## Contributing

Expand Down

0 comments on commit 167f6cf

Please sign in to comment.