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 42f324d commit 48e0f35Copy full SHA for 48e0f35
pkg/tfbridge/rawstate.go
@@ -488,6 +488,7 @@ func RawStateComputeDelta(
488
schemaMap: schemaMap,
489
schemaInfos: schemaInfos,
490
logger: log.TryGetLogger(ctx),
491
+ schemaType: schemaType,
492
}
493
pv := resource.NewObjectProperty(outMap)
494
pkg/tfbridge/rawstate_test.go
@@ -416,6 +416,7 @@ func Test_rawstate_delta_turnaround(t *testing.T) {
416
"prop": {Name: "prop"},
417
418
419
+ ih.schemaType = valueshim.FromHCtyType(cv.Type())
420
421
t.Logf("pv: %v", pv.String())
422
t.Logf("cv: %v", cv.GoString())
0 commit comments