Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

feat: Add EU Regions And Support compliance regime #67

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -239,6 +239,7 @@ class ComplianceRegime(proto.Enum):
US_REGIONAL_ACCESS = 5
HIPAA = 6
HITRUST = 7
EU_REGIONS_AND_SUPPORT = 8

class ResourceInfo(proto.Message):
r"""Represent the resources that are children of this Workload.
Expand Down