feat: add caddy proxy
This commit is contained in:
15
modules/00-globals/tls/main.tf
Normal file
15
modules/00-globals/tls/main.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
dotenv = {
|
||||
source = "germanbrew/dotenv"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
data "dotenv" "system_config" {}
|
||||
|
||||
// Outputs
|
||||
output "tls_email" {
|
||||
description = "TLS email"
|
||||
value = data.dotenv.system_config.entries.TLS_EMAIL
|
||||
}
|
||||
Reference in New Issue
Block a user