[tor-commits] [metrics-cloud/master] cfn: Add descriptions

irl at torproject.org irl at torproject.org
Thu Oct 3 14:49:41 UTC 2019


commit c70684d4afdd9370ee8ccffa5668992df037d6ea
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Oct 3 15:49:36 2019 +0100

    cfn: Add descriptions
---
 cloudformation/metrics-monitor.yml | 1 +
 cloudformation/metrics-vpc.yml     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/cloudformation/metrics-monitor.yml b/cloudformation/metrics-monitor.yml
index 9092993..e8ed210 100644
--- a/cloudformation/metrics-monitor.yml
+++ b/cloudformation/metrics-monitor.yml
@@ -2,6 +2,7 @@
 # CloudFormation Stack for Tor Metrics Operational Monitoring
 # This stack will only deploy on us-east-1 and will deploy in the metrics VPC
 # aws cloudformation deploy --region us-east-1 --stack-name metrics-monitor --template-file metrics-monitor.yml --capabilities CAPABILITY_IAM
+Description: "Tor Metrics Nagios instance"
 AWSTemplateFormatVersion: 2010-09-09
 Resources:
   MonitorInstance:
diff --git a/cloudformation/metrics-vpc.yml b/cloudformation/metrics-vpc.yml
index 4198f47..cb5142b 100644
--- a/cloudformation/metrics-vpc.yml
+++ b/cloudformation/metrics-vpc.yml
@@ -2,6 +2,7 @@
 # CloudFormation Stack for Tor Metrics VPC
 # This stack will only deploy on us-east-1
 # aws cloudformation deploy --region us-east-1 --stack-name metrics-vpc --template-file metrics-vpc.yml
+Description: "Tor Metrics VPC"
 AWSTemplateFormatVersion: 2010-09-09
 Resources:
   VPC:



More information about the tor-commits mailing list