databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
445 stars 384 forks source link

[ISSUE] mws_workspace resources AWS region check out of date #327

Closed RobertHorrox closed 4 years ago

RobertHorrox commented 4 years ago

In mws/resource_workspace.go on line 147 a region check is performed which doesn't include us-east-2. According to [https://docs.databricks.com/administration-guide/account-api/new-workspace.html] us-east-2 is a supported region.

nfx commented 4 years ago

@RobertHorrox fixed, should be available in next release. You can also install it from sources.