diff --git a/internal/cloud/backend_context.go b/internal/cloud/backend_context.go index 89bf814152..af9ad10fc7 100644 --- a/internal/cloud/backend_context.go +++ b/internal/cloud/backend_context.go @@ -296,13 +296,7 @@ func (v *remoteStoredVariableValue) ParseVariableValue(mode configs.VariablePars } return &terraform.InputValue{ - Value: val, - - // We mark these as "from input" with the rationale that entering - // variable values into the HCP Terraform or Enterprise UI is, - // roughly speaking, a similar idea to entering variable values at - // the interactive CLI prompts. It's not a perfect correspondance, - // but it's closer than the other options. + Value: val, SourceType: terraform.ValueFromCloud, }, diags }