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: Thu, 1 Aug 2019 02:14:25 -0400 (EDT)

marusich pushed a commit to branch master
in repository maintenance.

commit 582f5d7881f8ed7b7fdf86a3dbc19ea05f176f0e
Author: Chris Marusich <address@hidden>
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"



reply via email to

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