Skip to content

Commit f23ed87

Browse files
committed
Fix
1 parent bdfa68a commit f23ed87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/services/account/project.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import (
1515

1616
func ResourceProject() *schema.Resource {
1717
return &schema.Resource{
18-
EnableLegacyTypeSystemApplyErrors: true,
19-
EnableLegacyTypeSystemPlanErrors: true,
2018
EnableLegacyTypeSystemApplyErrors: true,
2119
EnableLegacyTypeSystemPlanErrors: true,
2220
CreateContext: resourceAccountProjectCreate,

0 commit comments

Comments
 (0)