MANIFEST.in
requirements.txt
setup.py
src/mach/__init__.py
src/mach/__version__.py
src/mach/build.py
src/mach/cache.py
src/mach/commands.py
src/mach/exceptions.py
src/mach/git.py
src/mach/parse.py
src/mach/terraform.py
src/mach/updater.py
src/mach/utils.py
src/mach/validate.py
src/mach/yaml.py
src/mach/bootstrap/__init__.py
src/mach/bootstrap/component.py
src/mach/bootstrap/config.py
src/mach/templates/__init__.py
src/mach/templates/site.tf
src/mach/templates/partials/amplience.tf
src/mach/templates/partials/aws.tf
src/mach/templates/partials/azure.tf
src/mach/templates/partials/azure_app_service_plans.tf
src/mach/templates/partials/commercetools.tf
src/mach/templates/partials/commercetools_frontend.tf
src/mach/templates/partials/component.tf
src/mach/templates/partials/component_aws_variables.tf
src/mach/templates/partials/component_azure_variables.tf
src/mach/templates/partials/components.tf
src/mach/templates/partials/contentful.tf
src/mach/templates/partials/stores.tf
src/mach/templates/partials/endpoints/aws_api_gateway.tf
src/mach/templates/partials/endpoints/aws_url_locals.tf
src/mach/templates/partials/endpoints/azure_frontdoor.tf
src/mach/templates/partials/endpoints/azure_url_locals.tf
src/mach/types/__init__.py
src/mach/types/base.py
src/mach/types/components.py
src/mach/types/fields.py
src/mach/types/general_config.py
src/mach/types/mach.py
src/mach/types/shared.py
src/mach/types/sites.py