We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f0470 commit 178bf2fCopy full SHA for 178bf2f
examples/templates/envbox/README.md
@@ -38,7 +38,7 @@ To supply values to existing existing Terraform variables you can specify the
38
`--variable` flag. For example
39
40
```bash
41
-coder templates create test --variable namespace="mynamespace" --variable max_cpus=2 --variable min_cpus=1 --variable max_memory=4 --variable min_memory=1
+coder templates create envbox --variable namespace="mynamespace" --variable max_cpus=2 --variable min_cpus=1 --variable max_memory=4 --variable min_memory=1
42
```
43
44
## Contributions
0 commit comments