Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link
  • Loading branch information
mtojek committed May 23, 2024
commit 0c6c844174a54dd111f7c5ac6aa69223a76ad3c5
4 changes: 2 additions & 2 deletions docs/templates/workspace-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ as immutable and set only once, during workspace creation.
When importing the template version with `coder_workspace_tags`, the Coder
provisioner server extracts raw partial queries for each workspace tag and
stores them in the database. During workspace build time, the Coder server uses
the [Hashicorp HCL library](github.com/hashicorp/hcl/v2) to evaluate these raw
queries on-the-fly without processing the entire Terraform template. This
the [Hashicorp HCL library](https://github.com/hashicorp/hcl) to evaluate these
raw queries on-the-fly without processing the entire Terraform template. This
evaluation is simpler but also limited in terms of available functions,
variables, and references to other resources.

Expand Down