-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathexample.tfvars
21 lines (21 loc) · 1.19 KB
/
example.tfvars
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
consul_allowed_inbound_cidr_blocks = ["0.0.0.0/0"]
consul_ami_id = "xxx"
consul_api_domain = "consul.example.com"
consul_subnets = ["0.0.0.0/0"]
hashi_ui_domain = "hashiui.example.com"
internal_lb_incoming_cidr = ["0.0.0.0/0"]
nomad_api_domain = "nomad.example.com"
nomad_cert_domain = "example.com"
nomad_client_subnets = ["0.0.0.0/0"]
nomad_clients_allowed_inbound_cidr_blocks = ["0.0.0.0/0"]
nomad_clients_ami_id = "xxx"
nomad_server_subnets = ["0.0.0.0/0"]
nomad_servers_allowed_inbound_cidr_blocks = ["0.0.0.0/0"]
nomad_servers_ami_id = "xxx"
route53_zone = "example.com"
traefik_ui_domain = "traefik-ui.example.com"
vault_allowed_inbound_cidr_blocks = ["0.0.0.0/0"]
vault_ami_id = "xxx"
vault_subnets = ["0.0.0.0/0"]
vault_tls_key_policy_arn = "xxxxxxxxxxxxxxxxxxxx"
vpc_id = "xxx"