Skip to content

Commit

Permalink
valid_redis_cluster moved to us_west_2
Browse files Browse the repository at this point in the history
  • Loading branch information
iclonghoang committed Apr 5, 2022
1 parent b02c0a1 commit e39d29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acc_test/data/valid_redis_cluster_create.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider "instaclustr" {
resource "instaclustr_cluster" "validRedis" {
cluster_name = "tf-redis-test"
node_size = "t3.small-20-r"
data_centre = "US_EAST_1"
data_centre = "US_WEST_2"
sla_tier = "NON_PRODUCTION"
cluster_network = "192.168.0.0/18"
private_network_cluster = false
Expand Down

0 comments on commit e39d29c

Please sign in to comment.