diff --git a/google/resource_bigquery_dataset.go b/google/resource_bigquery_dataset.go index e2cbf490811..a555b9af077 100644 --- a/google/resource_bigquery_dataset.go +++ b/google/resource_bigquery_dataset.go @@ -72,7 +72,7 @@ func resourceBigQueryDataset() *schema.Resource { Optional: true, ForceNew: true, Default: "US", - ValidateFunc: validation.StringInSlice([]string{"US", "EU", "asia-northeast1"}, false), + ValidateFunc: validation.StringInSlice([]string{"US", "EU", "asia-northeast1", "europe-west2", "australia-southeast1"}, false), }, // DefaultTableExpirationMs: [Optional] The default lifetime of all