Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Nov 13, 2024
1 parent d964b33 commit 9dae1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/tfbridge/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ func (ctx *conversionContext) makeTerraformInput(
// interpolated variables whose inputs are currently unknown.
return makeTerraformUnknown(tfs, ctx.UnknownCollectionsSupported), nil
default:
// TODO
contract.Failf("Unexpected value marshaled: %v (%T)", v, v.V)
return nil, nil
}
Expand Down

0 comments on commit 9dae1fc

Please sign in to comment.