chore: remove obsolete helmfile and unused vultr __init__.py
This commit is contained in:
parent
db8925db38
commit
ea88166d44
@ -1,2 +0,0 @@
|
||||
# Placeholder helmfile for cloud-native-app deployments.
|
||||
# Populate with real release definitions as needed.
|
||||
@ -1,23 +0,0 @@
|
||||
"""Backwards compatible re-export of Vultr landing zone helpers."""
|
||||
|
||||
from modules.vultr import (
|
||||
create_firewall_groups,
|
||||
create_instances,
|
||||
create_vpcs,
|
||||
deploy_from_config,
|
||||
deploy_from_directory,
|
||||
load_configuration,
|
||||
merge_tags,
|
||||
resolve_config_directory,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"merge_tags",
|
||||
"create_firewall_groups",
|
||||
"create_instances",
|
||||
"create_vpcs",
|
||||
"resolve_config_directory",
|
||||
"load_configuration",
|
||||
"deploy_from_config",
|
||||
"deploy_from_directory",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user