Skip to content

Commit

Permalink
Update examples for database "regions"
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 authored Dec 14, 2021
1 parent c917d5c commit 1908e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/resources/astra_database/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ resource "astra_database" "example" {
name = "name"
keyspace = "keyspace"
cloud_provider = "gcp"
region = "us-east1"
}
regions = ["us-east1"]
}

0 comments on commit 1908e6d

Please sign in to comment.