guix-commits
[Top][All Lists]
Advanced

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

01/02: cdn: Enable the CDN.


From: Chris Marusich
Subject: 01/02: cdn: Enable the CDN.
Date: Sat, 1 Jun 2019 03:23:52 -0400 (EDT)

marusich pushed a commit to branch master
in repository maintenance.

commit 45f61e0153ea5267dc5701efe696e334c1d3158d
Author: Chris Marusich <address@hidden>
Date:   Fri May 31 23:03:05 2019 -0700

    cdn: Enable the CDN.
    
    * cdn/terraform/cloudfront.tf (charlie-distribution) <enabled>: Change
    to true.
---
 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 8c21790..bbb3281 100644
--- a/cdn/terraform/cloudfront.tf
+++ b/cdn/terraform/cloudfront.tf
@@ -63,7 +63,7 @@ locals {
 }
 
 resource "aws_cloudfront_distribution" "charlie-distribution" {
-  enabled = false
+  enabled = true
   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]