1
0
Fork 0
terraform-playground/three-web-hosts
chris cc12c598e9 count servers 2022-05-29 13:37:13 +02:00
..
.terraform.lock.hcl example for three hosts behind LB 2022-05-24 13:37:13 +02:00
README.md example for three hosts behind LB 2022-05-24 13:37:13 +02:00
firewall.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
loadbalancer.tf explicit dependency 2022-05-25 13:37:13 +02:00
network.tf count servers 2022-05-29 13:37:13 +02:00
output.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
provider.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
secret.auto.tfvars.example example for three hosts behind LB 2022-05-24 13:37:13 +02:00
server.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
ssh.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
terraform.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00
user-data.yaml.tpl example for three hosts behind LB 2022-05-24 13:37:13 +02:00
variables.tf example for three hosts behind LB 2022-05-24 13:37:13 +02:00

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