Add infrastructure_int to output

This commit is contained in:
2025-08-13 13:02:54 +00:00
parent 106a39ae10
commit f7a1ce0911
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -10,3 +10,8 @@ output "service_definitions" {
module.authentik.service_definition,
]
}
output "infrastructure_int" {
description = "The internal infrastructure network"
value = module.infrastructure_int
}