github.com/lamielle/terraform@v0.3.2-0.20141121070651-81f008ba53d5/builtin/providers/aws/provider_test.go (about)

     1  package aws
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestProvider(t *testing.T) {
     8  	if err := Provider().InternalValidate(); err != nil {
     9  		t.Fatalf("err: %s", err)
    10  	}
    11  }