oncall-engine/engine/apps/grafana_plugin/tasks/__init__.py
Innokentii Konstantinov cfa7fb816c
Sync users and teams on tf requests (#1180)
# What this PR does
This PR add sync with grafana on requests from terraform 

## Which issue(s) this PR fixes
It's needed to fix case when customers want to create team via grafana
terraform provider and use it in the oncall provider without having to
log into Grafana Cloud.

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
2023-01-24 13:44:07 +08:00

5 lines
141 B
Python

from .sync import ( # noqa: F401
start_sync_organizations,
sync_organization_async,
sync_team_members_for_organization_async,
)