-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfvars
86 lines (84 loc) · 1.76 KB
/
terraform.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
github_organization = "JEstesMining"
github_admins = [
"JoshuaEstes",
]
github_repos = [
{
name = "chia-client-php"
description = "Provides the ability to communicate with chia via RPC"
topics = ["chia","chia-blockchain","php","php-library"]
},
{
# Rename to "dascrypto-app-translations"?
name = "translations"
description = "Translation files for DasCrypto"
homepage_url = "https://dascrypto.farm"
has_wiki = false
},
{
name = "meta-public"
description = "Contains code used to build out the organization"
has_wiki = false
},
#-----------------------------------------------------------------------------
# Ideas for future repos to open up
# Naming Convention
# - Docker = {crypto}-docker
# - Projects = {project name}-{use or app}
#-----------------------------------------------------------------------------
#{
# name = "chia-docker"
#},
#{
# name = "dascrypto-chia-pool"
# topics = ["chia-pool","xch-pool"]
#},
#{
# name = "dascrypto-discord-bot"
#},
#{
# name = "dascrypto-app"
#},
#{
# name = "packer-public"
#},
#{
# name = "terraform-aws-consul"
#},
#{
# name = "terraform-aws-nomad"
#},
#{
# name = "terraform-aws-vault"
#},
#{
# name = "terraform-aws-boundry"
#},
#{
# name = "terraform-aws-elasticache"
#},
#{
# name = "terraform-aws-chef-infra-server"
#},
#{
# name = "terraform-aws-logging"
#},
#{
# name = "terraform-aws-network"
#},
#{
# name = "terraform-aws-prowler"
#},
#{
# name = "terraform-aws-rds"
#},
#{
# name = "terraform-aws-s3"
#},
#{
# name = "terraform-cloudflare-dns"
#},
#{
# name = "terraform-cloudflare-security"
#}
]