File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ func TestPFDetailedDiffDynamicType(t *testing.T) {
218218 })
219219
220220 t .Run ("type change" , func (t * testing.T ) {
221- // TODO[pulumi/pulumi-terraform-bridge#3078 ]
221+ // TODO[pulumi/pulumi-terraform-bridge#3122 ]
222222 t .Skip (`Error converting tftypes.Number<"1"> (value2) at "AttributeName(\"key\")": can't unmarshal tftypes.Number into *string, expected string` )
223223 crosstests .Diff (t , res ,
224224 map [string ]cty.Value {"key" : cty .StringVal ("value" )},
@@ -266,7 +266,7 @@ func TestPFDetailedDiffNestedDynamicType(t *testing.T) {
266266 })
267267
268268 t .Run ("type change" , func (t * testing.T ) {
269- // TODO[pulumi/pulumi-terraform-bridge#3078 ]
269+ // TODO[pulumi/pulumi-terraform-bridge#3122 ]
270270 t .Skip (`Error converting tftypes.Number<"1"> (value2) at "AttributeName(\"key\")": can't unmarshal tftypes.Number into *string, expected string` )
271271 crosstests .Diff (t , res ,
272272 map [string ]cty.Value {"key" : cty .ObjectVal (map [string ]cty.Value {"nested" : cty .StringVal ("value" )})},
You can’t perform that action at this time.
0 commit comments