Skip to content

Commit e31d2db

Browse files
Update internal/provider/resource_tfe_workspace_settings.go
Co-authored-by: Sebastian Rivera <[email protected]>
1 parent 46703ad commit e31d2db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/provider/resource_tfe_workspace_settings.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,10 +646,6 @@ func (r *workspaceSettings) Metadata(_ context.Context, _ resource.MetadataReque
646646
resp.TypeName = "tfe_workspace_settings"
647647
}
648648

649-
// func (r *workspaceSettings) getWSTags(_ context.Context, tags tfe.EffectiveTagBinding) tfe.TagBinding, error {
650-
651-
// }
652-
653649
func (r *workspaceSettings) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse) {
654650
// Early exit if provider is unconfigured (i.e. we're only validating config or something)
655651
if req.ProviderData == nil {

0 commit comments

Comments
 (0)