Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
templates
|
@ -74,6 +74,13 @@ external: {
|
|||
external.scaleway.s3.{{ svc.name }}
|
||||
{% endif %}
|
||||
|
||||
{% if svc.mail %}
|
||||
{{ svc.key }} -> {{ mail_key }}: {
|
||||
style.stroke: "#C9B81F"
|
||||
}
|
||||
{{ mail_key }}.{{ svc.name }}
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}{# svc #}
|
||||
|
||||
{% for svc in grid_svcs %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue