Terraform resources for a Kubernetes lab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
232 B

base_domain = "PUT_YOUR_DNS_DOMAIN_HERE"
network_ip_range = "192.168.7.0/24"
network_mac_format = "02:01:07:00:07:%02x"
cluster_name = "__CLUSTER_NAME__"
worker_nodes = 2
network_portgroup = "lab7"