We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ab732 commit a8f9de2Copy full SHA for a8f9de2
docs/data-sources/parameter.md
@@ -20,7 +20,7 @@ data "coder_parameter" "example" {
20
description = "Specify a region to place your workspace."
21
mutable = false
22
type = "string"
23
- default = "asia-central1-a"
+ default = "us-central1-a"
24
option {
25
value = "us-central1-a"
26
name = "US Central"
examples/data-sources/coder_parameter/data-source.tf
@@ -5,7 +5,7 @@ data "coder_parameter" "example" {
5
6
7
8
9
10
11
0 commit comments