Skip to content

Commit

Permalink
Merge pull request #109 from athiththan11/main-25545-002
Browse files Browse the repository at this point in the history
Output Automation WebHook Expiry Time
  • Loading branch information
athiththan11 authored Oct 2, 2024
2 parents 76d730b + 3259b50 commit 32c1967
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/azurerm/Automation-Webhook/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ output "automation_webhook_url" {
depends_on = [azurerm_automation_webhook.automation_webhook]
value = azurerm_automation_webhook.automation_webhook.uri
}

output "automation_webhook_expiry_time" {
depends_on = [azurerm_automation_webhook.automation_webhook]
value = var.automation_webhook_expiry_time != null ? var.automation_webhook_expiry_time : time_offset.kv-cert-expiration-webhook[0].rfc3339
}

0 comments on commit 32c1967

Please sign in to comment.