Skip to content

Commit 897e9ea

Browse files
committed
switch to budget
1 parent 982bed8 commit 897e9ea

File tree

4 files changed

+485
-528
lines changed

4 files changed

+485
-528
lines changed

configvault.tf

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ module "puppet-vault" {
55
vault_bucket = "akerl-puppet"
66
logging_bucket = aws_s3_bucket.logging.id
77
servers = [
8+
"budget",
9+
"charts",
810
"codepad",
911
"dmz",
12+
"goat",
1013
"grafana",
1114
"hass",
15+
"heracles",
1216
"host",
1317
"hub",
1418
"kiosk-office",
19+
"kiosk-poker",
1520
"kiosk-tea",
1621
"metrics",
22+
"mqtt",
23+
"proxy",
1724
"syslog",
18-
"goat",
19-
"kiosk-poker",
20-
"charts",
2125
"unpoller",
22-
"proxy",
23-
"mqtt",
24-
"ledgerdb",
25-
"heracles",
2626
]
2727
}

servers.tf

+2-10
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,6 @@ module "frameproxy_validation" {
6666
]
6767
}
6868

69-
module "influxdb_validation" {
70-
source = "armorfret/r53-certbot/aws"
71-
version = "0.6.4"
72-
admin_email = var.admin_email
73-
cert_name = "influxdb.servers.home.a-rwx.org"
74-
zone_id = module.zones["a-rwx.org"].zone_id
75-
}
76-
7769
module "syslog_validation" {
7870
source = "armorfret/r53-certbot/aws"
7971
version = "0.6.4"
@@ -98,11 +90,11 @@ module "heracles_validation" {
9890
zone_id = module.zones["a-rwx.org"].zone_id
9991
}
10092

101-
module "ledgerdb_validation" {
93+
module "budget_validation" {
10294
source = "armorfret/r53-certbot/aws"
10395
version = "0.6.4"
10496
admin_email = var.admin_email
105-
cert_name = "ledgerdb.servers.home.a-rwx.org"
97+
cert_name = "budget.servers.home.a-rwx.org"
10698
zone_id = module.zones["a-rwx.org"].zone_id
10799
}
108100

0 commit comments

Comments
 (0)