github.com/adamar/terraform@v0.2.2-0.20141016210445-2e703afdad0e/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  }