Skip to content

Commit 54b9eed

Browse files
paulosimao-ardanlabsGITHUB ACTIONS AUTOMATED USER
andauthored
chore pla-1761: fixing topic names (#1078)
Co-authored-by: GITHUB ACTIONS AUTOMATED USER <noreply@uw.co.uk>
1 parent c79f57e commit 54b9eed

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

dev-aws/kafka-shared-msk/data-infra/bill-integration.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "kafka_topic" "bill_event_bridge_dlq" {
1616
}
1717

1818
resource "kafka_topic" "bill_integration_bill_telemetry" {
19-
name = "data-infra.bill_integration.bill_telemetry"
19+
name = "data-infra.bill-integration.bill-telemetry"
2020
replication_factor = 3
2121
partitions = 15
2222
config = {
@@ -35,7 +35,7 @@ resource "kafka_topic" "bill_integration_bill_telemetry" {
3535
}
3636

3737
resource "kafka_topic" "bill_integration_bill_to_kubernetes" {
38-
name = "data-infra.bill_integration.bill_to_kubernetes"
38+
name = "data-infra.bill-integration.bill-to-kubernetes"
3939
replication_factor = 3
4040
partitions = 15
4141
config = {
@@ -54,7 +54,7 @@ resource "kafka_topic" "bill_integration_bill_to_kubernetes" {
5454
}
5555

5656
resource "kafka_topic" "bill_integration_kubernetes_to_bill" {
57-
name = "data-infra.bill_integration.kubernetes_to_bill"
57+
name = "data-infra.bill-integration.kubernetes-to-bill"
5858
replication_factor = 3
5959
partitions = 15
6060
config = {
@@ -73,7 +73,7 @@ resource "kafka_topic" "bill_integration_kubernetes_to_bill" {
7373
}
7474

7575
resource "kafka_topic" "bill_integration_kubernetes_to_bill_energy_meter_reading" {
76-
name = "data-infra.bill_integration.kubernetes_to_bill_energy_meter_reading"
76+
name = "data-infra.bill-integration.kubernetes-to-bill-energy-meter-reading"
7777
replication_factor = 3
7878
partitions = 15
7979
config = {

dev-aws/kafka-shared-msk/msk-backup-bucket-retention/generated-retention.tf

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)