Skip to content

Commit

Permalink
Amend Event Hub output (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk-nc authored Dec 11, 2024
1 parent fa58dc9 commit 2a4eb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/modules/event-hub/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ output "id" {
value = azurerm_eventhub_namespace.eventhub_ns.id
}

output "eventhubs" {
output "event_hubs" {
value = azurerm_eventhub.eventhub
}
2 changes: 2 additions & 0 deletions infrastructure/modules/shared-config/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ locals {
network-security-group = upper("NSG-${var.env}-${var.location_map[var.location]}-${var.application}")
postgres-sql-server = lower("postgres-${var.application}-${var.env}-${var.location_map[var.location]}")
private-ssh-key = lower("ssh-pri-${var.env}${var.location_map[var.location]}${var.application}")
private-link-scope = lower("ampls-${var.env}${var.location_map[var.location]}${var.application}")
private-link-scoped-service = lower("ampls-svc-${var.env}${var.location_map[var.location]}${var.application}")
public-ip-address = lower("PIP-${var.env}-${var.location_map[var.location]}-${var.application}")
public-ip-dns = lower("${var.env}${var.location_map[var.location]}${var.application}")
public-ssh-key = lower("ssh-pub-${var.env}${var.location_map[var.location]}${var.application}")
Expand Down

0 comments on commit 2a4eb0b

Please sign in to comment.