marusich pushed a commit to branch master
in repository maintenance.
commit 582f5d7881f8ed7b7fdf86a3dbc19ea05f176f0e
Author: Chris Marusich <[email protected]>
Date: Wed Jul 31 19:44:27 2019 -0700
cdn: Disable the CDN.
* cdn/terraform/cloudfront.tf (charlie-distribution) <enabled>: Change
to false.
---
cdn/terraform/cloudfront.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cdn/terraform/cloudfront.tf b/cdn/terraform/cloudfront.tf
index bbb3281..8c21790 100644
--- a/cdn/terraform/cloudfront.tf
+++ b/cdn/terraform/cloudfront.tf
@@ -63,7 +63,7 @@ locals {
}
resource "aws_cloudfront_distribution" "charlie-distribution" {
- enabled = true
+ enabled = false
comment = "Distributed caching proxy for ci.guix.info"
origin {
domain_name = "ci.guix.info"