mirror of
https://github.com/cdr/code-server.git
synced 2026-02-14 11:25:14 +01:00
s/htpps/https (#7662)
This commit is contained in:
parent
954ceae6e0
commit
65299492b6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ resource "coder_app" "code-server" {
|
|||
}
|
||||
```
|
||||
|
||||
Or use our official [`code-server`](https://registry.coder.com/modules/code-server) module from the Coder [module registry](htpps://registry.coder.com/modules):
|
||||
Or use our official [`code-server`](https://registry.coder.com/modules/code-server) module from the Coder [module registry](https://registry.coder.com/modules):
|
||||
|
||||
```terraform
|
||||
module "code-server" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue