> @@ -91,7 +91,7 @@ protected Builder() {
> .apiMetadata(new SoftLayerApiMetadata())
> .homepage(URI.create("http://www.softlayer.com"))
> .console(URI.create("https://manage.softlayer.com"))
> - .iso3166Codes("SG","US-CA","US-TX","US-VA","US-WA","US-TX", "NL")
> + .iso3166Codes("SG","US-CA","US-TX","US-VA","US-WA","US-TX", "NL",
> "NSFTW-IL")
That would seem like a bug, then - the state code for Washington state is US-WA
(see e.g. [here](http://en.wikipedia.org/wiki/ISO_3166-2:US). Could you check
that with Softlayer?
It's at least worth a comment in the code, I'd say ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r6931717