Skip to content

Commit

Permalink
terrafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Feb 24, 2025
1 parent 74e8205 commit 92e71fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/database_online_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ resource "digitalocean_database_db" "source_db" {
resource "digitalocean_database_online_migration" "foobar" {
cluster_id = digitalocean_database_cluster.destination.id
source {
host = digitalocean_database_cluster.source.host
db_name = digitalocean_database_db.source_db.name
port = digitalocean_database_cluster.source.port
host = digitalocean_database_cluster.source.host
db_name = digitalocean_database_db.source_db.name
port = digitalocean_database_cluster.source.port
username = digitalocean_database_cluster.source.user
password = digitalocean_database_cluster.source.password
}
Expand Down

0 comments on commit 92e71fc

Please sign in to comment.