Skip to content

Commit

Permalink
Acc-1098, add move out module (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
abramin authored Jan 17, 2025
1 parent e5acabb commit 74726ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-aws/kafka-shared-msk/account-identity/data_infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ module "account_identity_di_account_creation" {
consume_groups = ["account-identity.di-kafka-source-account-creation"]
cert_common_name = "account-platform/di_account_creation"
}

module "account_identity_di_move_out_notifications" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_public_account_events.name]
consume_groups = ["account-identity.di-kafka-source-move-out"]
cert_common_name = "account-platform/di_home_moves"
}

0 comments on commit 74726ba

Please sign in to comment.