You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #15800 I neglected to add the discovered variables into the correct format expected by wsbuilder. This causes workspace build creation to fail if using a template that has a Terraform variable for a tag value in the coder_workspace_tags data source.
The text was updated successfully, but these errors were encountered:
#15897)
Relates to #15894:
- Adds `coderdenttest.NewExternalProvisionerDaemonTerraform`
- Adds integration-style test coverage for creating a workspace with
`coder_workspace_tags` specified in `main.tf`
- Modifies `coderd/wsbuilder` to fetch template version variables and
includes them in eval context for evaluating `coder_workspace_tags`
#15897)
Relates to #15894:
- Adds `coderdenttest.NewExternalProvisionerDaemonTerraform`
- Adds integration-style test coverage for creating a workspace with
`coder_workspace_tags` specified in `main.tf`
- Modifies `coderd/wsbuilder` to fetch template version variables and
includes them in eval context for evaluating `coder_workspace_tags`
(cherry picked from commit dcf5153)
#15897)
Relates to #15894:
- Adds `coderdenttest.NewExternalProvisionerDaemonTerraform`
- Adds integration-style test coverage for creating a workspace with
`coder_workspace_tags` specified in `main.tf`
- Modifies `coderd/wsbuilder` to fetch template version variables and
includes them in eval context for evaluating `coder_workspace_tags`
(cherry picked from commit dcf5153)
(cherry picked from commit 01f1c94)
While working on #15800 I neglected to add the discovered variables into the correct format expected by
wsbuilder
. This causes workspace build creation to fail if using a template that has a Terraform variable for a tag value in thecoder_workspace_tags
data source.The text was updated successfully, but these errors were encountered: