feat: removed lb, added managed cert

This commit is contained in:
2025-12-31 14:03:47 -05:00
parent f39b29288e
commit d4ae65180b
4 changed files with 6 additions and 46 deletions

View File

@@ -22,21 +22,3 @@ variable "hcloud_token" {
type = string
sensitive = true
}
variable "aws_region" {
description = "The region of the AWS account."
type = string
sensitive = true
}
variable "aws_access_key" {
description = "The access key of the account."
type = string
sensitive = true
}
variable "aws_secret_key" {
description = "The secret key of the account."
type = string
sensitive = true
}