File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
registry/umair/modules/digitalocean-region Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The simplest usage is:
15
15
``` tf
16
16
module "digitalocean-region" {
17
17
count = data.coder_workspace.me.start_count
18
- source = "registry.coder.com/coder /digitalocean-region/coder"
18
+ source = "registry.coder.com/umair /digitalocean-region/coder"
19
19
version = "1.0.0"
20
20
default = "ams3"
21
21
}
@@ -28,7 +28,7 @@ module "digitalocean-region" {
28
28
``` tf
29
29
module "digitalocean-region" {
30
30
count = data.coder_workspace.me.start_count
31
- source = "registry.coder.com/coder /digitalocean-region/coder"
31
+ source = "registry.coder.com/umair /digitalocean-region/coder"
32
32
version = "1.0.0"
33
33
}
34
34
```
@@ -38,7 +38,7 @@ module "digitalocean-region" {
38
38
``` tf
39
39
module "digitalocean-region" {
40
40
count = data.coder_workspace.me.start_count
41
- source = "registry.coder.com/coder /digitalocean-region/coder"
41
+ source = "registry.coder.com/umair /digitalocean-region/coder"
42
42
version = "1.0.0"
43
43
default = "ams3"
44
44
mutable = true
You can’t perform that action at this time.
0 commit comments