Remove isolation in network for infrastructure containers

This commit is contained in:
Jeroen Vijgen
2025-08-13 18:10:08 +03:00
committed by GitHub
parent b4f55f44a5
commit 4cf0e492f5
+3
View File
@@ -14,6 +14,9 @@ module "infrastructure_int" {
subnet = "10.100.0.0/24"
driver = "bridge"
attachable = true
options = {
"isolate": false
}
}
module "authentik" {