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.
 
 
chris cc12c598e9 count servers 1 year ago
..
.terraform.lock.hcl example for three hosts behind LB 1 year ago
README.md example for three hosts behind LB 1 year ago
firewall.tf example for three hosts behind LB 1 year ago
loadbalancer.tf explicit dependency 1 year ago
network.tf count servers 1 year ago
output.tf example for three hosts behind LB 1 year ago
provider.tf example for three hosts behind LB 1 year ago
secret.auto.tfvars.example example for three hosts behind LB 1 year ago
server.tf example for three hosts behind LB 1 year ago
ssh.tf example for three hosts behind LB 1 year ago
terraform.tf example for three hosts behind LB 1 year ago
user-data.yaml.tpl example for three hosts behind LB 1 year ago
variables.tf example for three hosts behind LB 1 year ago

README.md

Sets up three web servers behind a load balancer

  • Copy secret.auto.tfvars.example to secret.auto.tfvars
  • Set up your API key in secret.auto.tfvars
  • terraform init && terraform plan && terraform apply