mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-01-23 03:24:39 +00:00
7 lines
262 B
HCL
7 lines
262 B
HCL
module "hetzner" {
|
|
source = "git@github.com:Sheldan/discord-bot-terraform-module.git//hetzner-bot?ref=v1.0.1"
|
|
ssh_key_key = "Sheldan"
|
|
project_name = "OnePlusBot"
|
|
user_name = "sheldan"
|
|
hcloud_token = var.hcloud_token
|
|
} |