diff --git a/atst/domain/csp/cloud.py b/atst/domain/csp/cloud.py index 01ad34a7..2dd76c67 100644 --- a/atst/domain/csp/cloud.py +++ b/atst/domain/csp/cloud.py @@ -448,6 +448,7 @@ class MockCloudProvider(CloudProviderInterface): class AWSCloudProvider(CloudProviderInterface): + # These are standins that will be replaced with "real" policies once we know what they are. BASELINE_POLICIES = [ { "name": "BillingReadOnly",