[OPB-xxx] adding terraform config

This commit is contained in:
Sheldan
2022-07-14 01:59:45 +02:00
parent 0879c7cc93
commit 653246f3ee
6 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module "hetzner" {
source = "git@github.com:Sheldan/discord-bot-terraform-module.git//hetzner-bot?ref=v1.0.0"
ssh_key_key = "Sheldan"
project_name = "OnePlusBot"
user_name = "sheldan"
hcloud_token = var.hcloud_token
}