Skip to content

Commit

Permalink
Merge branch 'main' into dbaas-scalable-storage-support
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinshenker authored Oct 23, 2023
2 parents 9f767b2 + 6bcb253 commit 4ceeebc
Show file tree
Hide file tree
Showing 16 changed files with 963 additions and 18 deletions.
11 changes: 11 additions & 0 deletions digitalocean/database/resource_database_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,17 @@ resource "digitalocean_database_cluster" "foobar" {
tags = ["production"]
}`

const testAccCheckDigitalOceanDatabaseClusterKafka = `
resource "digitalocean_database_cluster" "foobar" {
name = "%s"
engine = "kafka"
version = "%s"
size = "db-s-1vcpu-2gb"
region = "nyc1"
node_count = 3
tags = ["production"]
}`

const testAccCheckDigitalOceanDatabaseClusterMySQL = `
resource "digitalocean_database_cluster" "foobar" {
name = "%s"
Expand Down
Loading

0 comments on commit 4ceeebc

Please sign in to comment.