Update main.tf

This commit is contained in:
Jeroen Vijgen
2025-10-07 22:33:43 +03:00
committed by GitHub
parent d87cf6efbe
commit 0f077be700
@@ -40,7 +40,7 @@ resource "local_file" "pelican_caddy_config_file" {
module "pelican_network" {
source = "../../01-networking/network-service"
name = "authentik-network"
name = "pelican-network"
subnet = "172.16.0.8/29"
driver = "bridge"
options = {
@@ -124,4 +124,4 @@ output "service_definition" {
endpoint = "http://${local.container_name}:${local.pelican_internal_port}"
subdomain = [var.subdomain]
}
}
}