Skip to content

Commit

Permalink
fix: update readme with correct module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 28, 2023
1 parent 6474b83 commit 26e6181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Usage
-----
```hcl
module "app" {
source = "app.terraform.io/rocket-arminek/app/k8s"
source = "Arminek/app/k8s"
app_name = "your-app-name"
namespace = "your-namespace"
app_docker_image = "your-docker-image"
Expand Down

0 comments on commit 26e6181

Please sign in to comment.