Skip to content

Commit

Permalink
SCALRCORE-32726 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DayS1eeper committed Dec 17, 2024
1 parent af12bf0 commit db36e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_scalr_workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ func resourceScalrWorkspaceRead(ctx context.Context, d *schema.ResourceData, met
_ = d.Set("auto_queue_runs", workspace.AutoQueueRuns)
_ = d.Set("type", workspace.EnvironmentType)
_ = d.Set("var_files", workspace.VarFiles)
_ = d.Set("terragrunt_version", workspace.TerraformVersion)
_ = d.Set("terragrunt_version", workspace.TerragruntVersion)
_ = d.Set("terragrunt_use_run_all", workspace.TerragruntUseRunAll)

if workspace.RunOperationTimeout != nil {
Expand Down

0 comments on commit db36e4c

Please sign in to comment.