Skip to content

Commit b76ad54

Browse files
authored
fix: use daily_cost in example (#76)
1 parent e9305f5 commit b76ad54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/resources/coder_metadata/resource.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "coder_metadata" "pod_info" {
1414
count = data.coder_workspace.me.start_count
1515
resource_id = kubernetes_pod.dev[0].id
1616
# (Enterprise-only) this resource consumes 200 quota units
17-
cost = 200
17+
daily_cost = 200
1818
item {
1919
key = "description"
2020
value = "This description will show up in the Coder dashboard."

0 commit comments

Comments
 (0)