feat: new load balancer, with dns via route 53

This commit is contained in:
2025-12-31 12:10:52 -05:00
parent b8938983dc
commit a916da7d45
6 changed files with 105 additions and 29 deletions

View File

@@ -16,3 +16,10 @@ terraform {
provider "hcloud" {
token = var.hcloud_token
}
provider "aws" {
region = var.aws_region
access_key = var.aws_access_key
secret_key = var.aws_secret_key
}