Skip to content

Commit

Permalink
Merge pull request #104 from Azure/patch-slug
Browse files Browse the repository at this point in the history
Fix Slug and Add evenhub namespace to core landingzones for diagnostics settings
  • Loading branch information
LaurentLesle committed Nov 16, 2020
2 parents 02e10aa + 19aa799 commit 560e762
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions landingzones/caf_foundations/locals.remote_tfstates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ locals {
diagnostics_destinations = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.diagnostics_destinations
storage_accounts = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.storage_accounts
log_analytics = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.log_analytics
event_hub_namespaces = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.event_hub_namespaces
}


Expand Down
1 change: 1 addition & 0 deletions landingzones/caf_foundations/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ output tfstates {
value = local.tfstates
sensitive = true
}

1 change: 1 addition & 0 deletions landingzones/caf_networking/locals.remote_tfstates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ locals {
diagnostics_destinations = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.diagnostics_destinations
storage_accounts = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.storage_accounts
log_analytics = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.log_analytics
event_hub_namespaces = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.event_hub_namespaces
}


Expand Down
4 changes: 2 additions & 2 deletions landingzones/caf_networking/output.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
output tfstates {
value = local.tfstates
sensitive = false
sensitive = true
}

output vnets {
value = local.combined.vnets
sensitive = false
sensitive = true
}

output azurerm_firewalls {
Expand Down
1 change: 1 addition & 0 deletions landingzones/caf_shared_services/locals.remote_tfstates.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ locals {
diagnostics_destinations = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.diagnostics_destinations
storage_accounts = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.storage_accounts
log_analytics = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.log_analytics
event_hub_namespaces = data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.diagnostics.event_hub_namespaces
}


Expand Down

0 comments on commit 560e762

Please sign in to comment.