Update main.tf
This commit is contained in:
@@ -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]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user