From 49bcca5a9bebe6cf21ac4abdfad6bfa6402464cd Mon Sep 17 00:00:00 2001 From: DaX Date: Tue, 17 Jun 2025 22:46:50 +0200 Subject: [PATCH] Deploy Filamenteka to AWS Amplify - Fixed Terraform outputs - Configured AWS Amplify deployment - Ready for production deployment --- terraform/outputs.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/outputs.tf b/terraform/outputs.tf index 5eb0fff..6dec7e3 100644 --- a/terraform/outputs.tf +++ b/terraform/outputs.tf @@ -18,8 +18,3 @@ output "custom_domain_url" { value = var.domain_name != "" ? "https://${var.domain_name}" : "Not configured" } -output "github_webhook_url" { - description = "The webhook URL for GitHub" - value = aws_amplify_app.filamenteka.production_branch[0].webhook_url - sensitive = true -} \ No newline at end of file