feat: networking

This commit is contained in:
2025-12-30 12:22:41 -05:00
parent 68ecdfa766
commit 8d9d04810c
5 changed files with 90 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
terraform {
backend "s3" {
skip_credentials_validation = true
skip_region_validation = true
skip_requesting_account_id = true
skip_region_validation = true
skip_requesting_account_id = true
}
required_providers {
@@ -15,4 +15,4 @@ terraform {
provider "hcloud" {
token = var.hcloud_token
}
}