We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfa68a commit f23ed87Copy full SHA for f23ed87
internal/services/account/project.go
@@ -15,8 +15,6 @@ import (
15
16
func ResourceProject() *schema.Resource {
17
return &schema.Resource{
18
- EnableLegacyTypeSystemApplyErrors: true,
19
- EnableLegacyTypeSystemPlanErrors: true,
20
EnableLegacyTypeSystemApplyErrors: true,
21
EnableLegacyTypeSystemPlanErrors: true,
22
CreateContext: resourceAccountProjectCreate,
0 commit comments