File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
examples/resources/coder_parameter Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ data "coder_parameter" "example" {
18
18
data "coder_parameter" "ami" {
19
19
name = " Machine Image"
20
20
description = " Provide the machine image."
21
- description_markdown = << EOT
22
- # Select the machine image
23
- See the [registry](https://container.registry.blah/namespace) for options.
24
- EOT
21
+ description_markdown = <<- EOT
22
+ # Select the machine image
23
+ See the [registry](https://container.registry.blah/namespace) for options.
24
+ EOT
25
25
option {
26
26
value = " ami-xxxxxxxx"
27
27
name = " Ubuntu"
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ data "coder_parameter" "region" {
25
25
name = "Region"
26
26
type = "string"
27
27
description = "Some option!"
28
- description_markdown = <<EOT
29
- # Select the machine image
30
- See the [registry](https://container.registry.blah/namespace) for options.
31
- EOT
28
+ description_markdown = <<- EOT
29
+ # Select the machine image
30
+ See the [registry](https://container.registry.blah/namespace) for options.
31
+ EOT
32
32
mutable = true
33
33
icon = "/icon/region.svg"
34
34
option {
You can’t perform that action at this time.
0 commit comments