Skip to content

Commit f4f593e

Browse files
authored
provider bug - remove incompatible constraint as covered by forward look in root block (#32754)
1 parent 69e1fff commit f4f593e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/provider/features.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,6 @@ func schemaFeatures(supportLegacyTestSuite bool) *pluginsdk.Schema {
489489
}
490490
}
491491

492-
featuresMap["enhanced_validation"].ConflictsWith = []string{"enhanced_validation"}
493-
494492
// this is a temporary hack to enable us to gradually add provider blocks to test configurations
495493
// rather than doing it as a big-bang and breaking all open PR's
496494
if supportLegacyTestSuite {

0 commit comments

Comments
 (0)