Skip to content

Commit 7470764

Browse files
drewmullensebasslash
authored andcommitted
fix deprecation note
1 parent 5e776a8 commit 7470764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_tfe_workspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func resourceTFEWorkspace() *schema.Resource {
115115
Type: schema.TypeBool,
116116
Optional: true,
117117
Computed: true,
118-
Deprecated: "Use resource tfe_workspace_settings to modify the workspace execution settings. This attribute will be removed in a future release of the provider.",
118+
Deprecated: "Use resource tfe_workspace_settings to modify the workspace auto_apply settings. This attribute will be removed in a future release of the provider.",
119119
},
120120

121121
"auto_apply_run_trigger": {

0 commit comments

Comments
 (0)