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: Sat, 18 May 2019 14:54:24 -0400 (EDT)

marusich pushed a commit to branch master
in repository maintenance.

commit 360c3e18c5814529ccdb37879390dff85f2734d7
Author: Chris Marusich <address@hidden>
Date:   Fri May 17 22:06:26 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"



reply via email to

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