Skip to content

Commit

Permalink
Psimao/pla 1300/topic orch non std envelope (#410)
Browse files Browse the repository at this point in the history
* feat: new orch topic for non std envelope (dev and prod)

* fix: missing permission
  • Loading branch information
paulosimao-ardanlabs committed Jul 8, 2024
1 parent d11da9a commit 5ec418f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-aws/kafka-shared-msk/data-infra/orchestrator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ module "orchestrator" {
produce_topics = [
kafka_topic.e2e_proto.name,
kafka_topic.e2e_json.name,
kafka_topic.e2e_multi_dpd.name
kafka_topic.e2e_multi_dpd.name,
kafka_topic.e2e_non_std_envelope.name
]
cert_common_name = "data-infra/orchestrator"
}
Expand Down

0 comments on commit 5ec418f

Please sign in to comment.