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:
1515``` tf
1616module "digitalocean-region" {
1717 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"
1919 version = "1.0.0"
2020 default = "ams3"
2121}
@@ -28,7 +28,7 @@ module "digitalocean-region" {
2828``` tf
2929module "digitalocean-region" {
3030 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"
3232 version = "1.0.0"
3333}
3434```
@@ -38,7 +38,7 @@ module "digitalocean-region" {
3838``` tf
3939module "digitalocean-region" {
4040 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"
4242 version = "1.0.0"
4343 default = "ams3"
4444 mutable = true
You can’t perform that action at this time.
0 commit comments