8000 make fmt · coder/coder@9f3812f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f3812f

Browse files
committed
make fmt
1 parent 2ad6f66 commit 9f3812f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/workspace-tags/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ By using `coder_workspace_tags` and `coder_parameter`s, template administrators
1717

1818
# Notes
1919

20-
* You will need to have an [external provisioner](https://coder.com/docs/admin/provisioners#external-provisioners) with the correct tagset running in order to import this template.
21-
* When specifying values for the `coder_workspace_tags` data source, you are restricted to using a subset of Terraform's capabilities.
22-
* You must specify default values for all data sources and variables referenced by the `coder_workspace_tags` data source.
20+
- You will need to have an [external provisioner](https://coder.com/docs/admin/provisioners#external-provisioners) with the correct tagset running in order to import this template.
21+
- When specifying values for the `coder_workspace_tags` data source, you are restricted to using a subset of Terraform's capabilities.
22+
- You must specify default values for all data sources and variables referenced by the `coder_workspace_tags` data source.
2323

2424
See [Workspace Tags](https://coder.com/docs/templates/workspace-tags) for more information.
2525

examples/workspace-tags/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ data "coder_parameter" "project_name" {
5454
name = "project_name"
5555
display_name = "Project name"
5656
description = "Specify the project name."
57-
default = "SUPERSECRET"
58-
mutable = false
57+
default = "SUPERSECRET"
58+
mutable = false
5959
}
6060

6161
data "coder_parameter" "feature_cache_enabled" {

0 commit comments

Comments
 (0)
0