Skip to content

Commit

Permalink
fix module source url (#40)
Browse files Browse the repository at this point in the history
* fix module source url

* Update google_image_nixos/README.md

Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
  • Loading branch information
onsails and zimbatm committed Dec 22, 2020
1 parent 43cbf82 commit f0f6232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_image_nixos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ supported per Google Cloud project.

```hcl
module "nixos_image_1809" {
source = "github.com/zimbatm/terraform-nix/google_image_nixos"
source = "github.com/tweag/terraform-nixos/google_image_nixos"
release = "18.09"
}
Expand Down

0 comments on commit f0f6232

Please sign in to comment.