We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9305f5 commit b76ad54Copy full SHA for b76ad54
examples/resources/coder_metadata/resource.tf
@@ -14,7 +14,7 @@ resource "coder_metadata" "pod_info" {
14
count = data.coder_workspace.me.start_count
15
resource_id = kubernetes_pod.dev[0].id
16
# (Enterprise-only) this resource consumes 200 quota units
17
- cost = 200
+ daily_cost = 200
18
item {
19
key = "description"
20
value = "This description will show up in the Coder dashboard."
0 commit comments