@@ -54,14 +54,14 @@ For a full list of available modules please check
54
54
55
55
##Offline installations
56
56
57
- In offline and restricteddeploymnets , there are2 ways to fetch modules.
57
+ In offline and restricteddeployments , there aretwo ways to fetch modules.
58
58
59
59
1 . Artifactory
60
60
2 . Private git repository
61
61
62
62
###Artifactory
63
63
64
- Air gapped users can clone the[ coder/modules ] ( https://github.com/coder/modules )
64
+ Air gapped users can clone the[ coder/registry ] ( https://github.com/coder/registry/ )
65
65
repo and publish a
66
66
[ local terraform module repository] ( https://jfrog.com/help/r/jfrog-artifactory-documentation/set-up-a-terraform-module/provider-registry )
67
67
to resolve modules via[ Artifactory] ( https://jfrog.com/artifactory/ ) .
@@ -71,8 +71,8 @@ to resolve modules via [Artifactory](https://jfrog.com/artifactory/).
71
71
3 . Follow the below instructions to publish coder modules to Artifactory
72
72
73
73
``` shell
74
- git clone https://github.com/coder/modules
75
- cd modules
74
+ git clone https://github.com/coder/registry
75
+ cd registry/coder/ modules
76
76
jf tfc
77
77
jf tf p --namespace=" coder" --provider=" coder" --tag=" 1.0.0"
78
78
```