8000 docs: describe resource ordering in UI by mtojek · Pull Request #12185 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: describe resource ordering in UI #12185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
mtojek committed Feb 16, 2024
commit 0e804f8dfedc99052159190877529b687f4c38c4
2 changes: 1 addition & 1 deletion docs/templates/resource-ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ structure. This simplifies management and ensures consistency between
configuration files and UI presentation.

```hcl
data "coder_parameter" "databse_region" {
data "coder_parameter" "database_region" {
name = "database_region"
display_name = "Database Region"

Expand Down
0