Skip to content

Commit 46703ad

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_workspace_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ func (r *workspaceSettings) workspaceSettingsModelFromTFEWorkspace(ws *tfe.Works
432432
result.Overwrites = listOverwrites
433433
}
434434

435-
// if EffectiveTagBindings entry includes non-nil Links, its inheritted
435+
// if EffectiveTagBindings entry includes non-nil Links, its inherited
436436
tagElems := make(map[string]attr.Value)
437437
effectiveTagElems := make(map[string]attr.Value)
438438
for _, binding := range ws.EffectiveTagBindings {

0 commit comments

Comments
 (0)