1
0
複製 0
terraform-playground/single-host
chris 3a08206abf use template 2022-05-23 13:37:13 +02:00
..
.terraform.lock.hcl terraform for single host setup 2022-05-23 13:37:13 +02:00
README.md terraform for single host setup 2022-05-23 13:37:13 +02:00
firewall.tf terraform for single host setup 2022-05-23 13:37:13 +02:00
output.tf output IPs 2022-05-23 13:37:13 +02:00
provider.tf terraform for single host setup 2022-05-23 13:37:13 +02:00
secret.auto.tfvars.example terraform for single host setup 2022-05-23 13:37:13 +02:00
server.tf use template 2022-05-23 13:37:13 +02:00
ssh.tf terraform for single host setup 2022-05-23 13:37:13 +02:00
terraform.tf terraform for single host setup 2022-05-23 13:37:13 +02:00
user-data.yaml.tpl use template 2022-05-23 13:37:13 +02:00
variables.tf prune unused vars 2022-05-23 13:37:13 +02:00

README.md

Sets up a single debian host with incoming firewall

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