Deploy Filamenteka to AWS Amplify
- Fixed Terraform outputs - Configured AWS Amplify deployment - Ready for production deployment
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user