mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
docs: fixed a typo (#4374)
This commit is contained in:
committed by
GitHub
parent
504cd462a7
commit
3759bb2a9a
@ -177,8 +177,8 @@ runs an additional
|
||||
[terraform apply](https://www.terraform.io/cli/commands/apply), informing the
|
||||
Coder provider that the workspace has a new transition state.
|
||||
|
||||
This template sample has one persistent resource (docker image) and one ephemeral resource
|
||||
(docker volume).
|
||||
This template sample has one persistent resource (docker volume) and one ephemeral resource
|
||||
(docker image).
|
||||
|
||||
```sh
|
||||
data "coder_workspace" "me" {
|
||||
|
Reference in New Issue
Block a user