blob: 1dd5ccddf9e83544c3a1fd5e9551c5f159fe79eb [file] [log] [blame]
package terraform
import (
"testing"
)
func TestCallbackUIOutput_impl(t *testing.T) {
var _ UIOutput = new(CallbackUIOutput)
}