MCPcopy Create free account
hub / github.com/coder/coder / formatReplacementValue

Function formatReplacementValue

provisioner/terraform/resource_replacements.go:404–409  ·  view source on GitHub ↗
(value replacementValue)

Source from the content-addressed store, hash-verified

402}
403
404func formatReplacementValue(value replacementValue) string {
405 if !value.valid {
406 return "(unavailable)"
407 }
408 return value.text
409}

Callers 1

logResourceReplacementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected