Reorganized folder structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
output "path" {
|
||||
value = local.mail_path
|
||||
}
|
||||
|
||||
output "namespace" {
|
||||
value = kubernetes_namespace.mail.metadata[0].name
|
||||
}
|
||||
|
||||
output "app_name" {
|
||||
value = "mail"
|
||||
}
|
||||
Reference in New Issue
Block a user