guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: cdn: Disable the CDN.


From: Chris Marusich
Subject: 01/01: cdn: Disable the CDN.
Date: Mon, 25 Feb 2019 02:21:59 -0500 (EST)

marusich pushed a commit to branch master
in repository maintenance.

commit 90d098857379b8266752fd13518a3fbe534bafb5
Author: Chris Marusich <address@hidden>
Date:   Sun Feb 24 23:00:17 2019 -0800

    cdn: Disable the CDN.
    
    This is safe to do because at the time of this change, the
    ci.guix.info DNS entry was not pointing at the CloudFront
    distribution, and nobody was using the CloudFront distribution.
    
    * cdn/terraform/cloudfront.tf (berlin-mirror) <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 ee248e9..52f58b8 100644
--- a/cdn/terraform/cloudfront.tf
+++ b/cdn/terraform/cloudfront.tf
@@ -63,7 +63,7 @@ locals {
 }
 
 resource "aws_cloudfront_distribution" "berlin-mirror" {
-  enabled = true
+  enabled = false
   comment = "Distributed caching proxy for berlin.guixsd.org"
   origin {
     domain_name = "berlin.guixsd.org"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]