3 changed files
scenarios/observability | ||
full-stack/dual-region-shared | ||
main.tf | ||
logs/dual-region-shared | ||
outputs.tf | ||
readme.md | ||
main.tf
/scenarios/observability/full-stack/dual-region-shared/main.tf-1+1/scenarios/observability/full-stack/dual-region-shared/main.tf
Add comment 47 }
Add comment 48 actions {
Add comment 49 base_blob {
Add comment 50 Minus delete_after_days_since_modification_greater_than = module.observability.retention_policy.long_term
Add comment 50 Plus delete_after_days_since_modification_greater_than = module.observability.secondary.retention_policy.long_term
Add comment 51 }
Add comment 52 }
Add comment 53 }
outputs.tf
/scenarios/observability/logs/dual-region-shared/outputs.tf-5/scenarios/observability/logs/dual-region-shared/outputs.tf
Add comment 6 value = local.secondary_observability_settings
Add comment 7 description = "The observability settings attached with the secondary region"
Add comment 8 }
Add comment 9 Minus
Add comment 10 Minus output "retention_policy" {
Add comment 11 Minus value = local.secondary_observability_settings.retention_policy
Add comment 12 Minus description = "The observability settings attached with the retention policy"
Add comment 13 Minus }
Add comment 14 9
readme.md
/scenarios/observability/logs/dual-region-shared/readme.md-1/scenarios/observability/logs/dual-region-shared/readme.md
Add comment 45 | Name | Description |
Add comment 46 |------|-------------|
Add comment 47 | primary | The observability settings object provides basic configuration that can be used to configure Azure Diagnostic Settings and Azure Monitor Alerts for resources within a module. |
Add comment 48 Minus | retention\_policy | The observability settings attached with the retention policy |
Add comment 49 48 | secondary | The observability settings attached with the secondary region |
Add comment 50 49
Add comment 51 50 [comment]: # (END_TF_DOCS)