mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-09 02:38:29 +00:00
[OPB-xxx] adding terraform config
This commit is contained in:
7
deployment/infrastructure/terraform/main.tf
Normal file
7
deployment/infrastructure/terraform/main.tf
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user