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 f2a0c1c commit 61c04a4Copy full SHA for 61c04a4
pkg/tests/diff_test/detailed_diff_primitive_test.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
func generatePrimitiveSchemaValueMakerPairs[T any](
17
- typ schema.ValueType, elem *schema.Schema, ctyMaker func(v T) cty.Value, val1, val2, computedVal, defaultVal, nilVal T,
+ typ schema.ValueType, elem any, ctyMaker func(v T) cty.Value, val1, val2, computedVal, defaultVal, nilVal T,
18
) ([]diffSchemaValueMakerPair[T], []diffScenario[T]) {
19
valueOne := ref(val1)
20
valueTwo := ref(val2)
0 commit comments