|
@@ -11,7 +11,9 @@ DIR_APP_ROOT = "diagrams" |
|
|
DIR_RESOURCE = "resources" |
|
|
DIR_RESOURCE = "resources" |
|
|
DIR_TEMPLATE = "templates" |
|
|
DIR_TEMPLATE = "templates" |
|
|
|
|
|
|
|
|
PROVIDERS = ("base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic", "generic") |
|
|
|
|
|
|
|
|
PROVIDERS = ( |
|
|
|
|
|
"base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic", |
|
|
|
|
|
"generic") |
|
|
|
|
|
|
|
|
######################### |
|
|
######################### |
|
|
# Resource Processing # |
|
|
# Resource Processing # |
|
@@ -62,7 +64,7 @@ UPPER_WORDS = { |
|
|
), |
|
|
), |
|
|
"oci": ("oci",), |
|
|
"oci": ("oci",), |
|
|
"elastic": ("apm", "siem", "ece", "eck"), |
|
|
"elastic": ("apm", "siem", "ece", "eck"), |
|
|
"generic": ("vpn","ios","xen"), |
|
|
|
|
|
|
|
|
"generic": ("vpn", "ios", "xen"), |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TITLE_WORDS = { |
|
|
TITLE_WORDS = { |
|
|