Skip to content

Commit

Permalink
update from deprecated plan for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinshenker committed Nov 21, 2023
1 parent 9fb91f9 commit 9635f0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion digitalocean/database/resource_database_user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ resource "digitalocean_database_cluster" "foobar" {
name = "%s"
engine = "kafka"
version = "3.5"
size = "db-s-1vcpu-2gb"
size = "db-s-2vcpu-2gb"
region = "nyc1"
node_count = 3
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/database_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "digitalocean_database_cluster" "kafka-example" {
name = "example-kafka-cluster"
engine = "kafka"
version = "3.5"
size = "db-s-1vcpu-2gb"
size = "db-s-2vcpu-2gb"
region = "nyc1"
node_count = 3
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/database_kafka_topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "digitalocean_database_cluster" "kafka-example" {
name = "example-kafka-cluster"
engine = "kafka"
version = "3.5"
size = "db-s-1vcpu-2gb"
size = "db-s-2vcpu-2gb"
region = "nyc1"
node_count = 3
tags = ["production"]
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/database_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "digitalocean_database_cluster" "kafka-example" {
name = "example-kafka-cluster"
engine = "kafka"
version = "3.5"
size = "db-s-1vcpu-2gb"
size = "db-s-2vcpu-2gb"
region = "nyc1"
node_count = 3
}
Expand Down

0 comments on commit 9635f0b

Please sign in to comment.