Skip to content

Commit

Permalink
eventgrid sub function id modified
Browse files Browse the repository at this point in the history
  • Loading branch information
anssihakanen committed Apr 26, 2024
1 parent 009fb15 commit f503d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "function_app" {
instru_key = module.monitoring.instrumentation_key
conn_string = module.monitoring.conn_string
func_subnet_id = module.network.function_subnet_id
sub = module.network.current_subscription_display_name
sub = module.network.current_subscription
}

/* module "eventgrid" {
Expand Down
2 changes: 1 addition & 1 deletion modules/Network/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ output "private_dns_zone_blob_id" {
value = azurerm_private_dns_zone.zones["blob_zone"].id
}

output "current_subscription_display_name" {
output "current_subscription" {
value = data.azurerm_subscription.sub
}

0 comments on commit f503d58

Please sign in to comment.