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
Copy file name to clipboardexpand all lines: internal/cloud/backend.go
+10-10
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ const (
49
49
50
50
varErrCloudDoesNotSupportKVTags=errors.New("your version of Terraform Enterprise does not support key-value tags. Please upgrade Terraform Enterprise to a version that supports this feature or use set type tags instead.")
51
51
52
-
// Cloud is an implementation of EnhancedBackend in service of the HCP Terraform or Terraform Enterprise
52
+
// Cloud is an implementation of backendrun.OperationsBackend in service of the HCP Terraform or Terraform Enterprise
53
53
// integration for Terraform CLI. This backend is not intended to be surfaced at the user level and
54
54
// is instead an implementation detail of cloud.Cloud.
0 commit comments