Skip to content

Commit

Permalink
example update
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Dec 18, 2023
1 parent 7275eb0 commit c76ecb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ module "dms_aurora_postgresql_aurora_mysql" {
secrets_manager_arn = module.secrets_manager_postgresql.secret_arn

postgres_settings = {
capture_ddls = true
heartbeat_enable = false
capture_ddls = false
heartbeat_enable = true
heartbeat_frequency = 1
}

tags = { EndpointType = "postgresql-source" }
Expand Down

0 comments on commit c76ecb8

Please sign in to comment.