-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathterraform.tfvars.example
30 lines (25 loc) · 1017 Bytes
/
terraform.tfvars.example
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
vcenter_user = "username"
vcenter_password = "password"
vcenter_server = "vcenter.acme.com"
rancher_url = "https://rancher.acme.com"
rancher_access_key = "token-abc"
rancher_secret_key = "abc123"
vsphere_datacenter = "HE-FMT"
vsphere_host = "192.168.100.222"
vsphere_datastore = "datastore-192-168-100-222"
vsphere_network = "VM Network"
vsphere_template = "vm-templates/rancheros-v1.4.0-golden"
vsphere_folder = "k8s-nodes"
guest_hostname = "terraform-demo"
guest_static_ip = "192.168.100.43/24"
guest_default_gateway = "192.168.100.1"
guest_primary_dns = "8.8.8.8"
guest_secondary_dns = "8.8.4.4"
guest_authorized_ssh_key = "ssh-rsa abcdef user@host",
letsencrypt_email = "email@example.com"
# Use the ACME v2 staging URI for testing things
letsencrypt_server = https://acme-staging-v02.api.letsencrypt.org/directory
# Production ACME v2 API endpoint
#letsencrypt_server = https://acme-v02.api.letsencrypt.org/directory
luadns_email = "email@example.com"
luadns_token = "1234567890123456789012345678901234567"