Skip to content

Commit 321fe82

Browse files
committed
fixed a typo
1 parent 639ff11 commit 321fe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nginx.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// Example nginx reverse proxy module
33
module "nginx" {
4-
source = "github.com/mutablelogic/tf-nomad/grafana"
4+
source = "github.com/mutablelogic/tf-nomad/nginx"
55

66
// Required parameters
77
dc = "datacenter" // Nomad datacenter for the cluster

0 commit comments

Comments
 (0)