package terraform import ( "testing" ) func TestCallbackUIOutput_impl(t *testing.T) { var _ UIOutput = new(CallbackUIOutput) }