Skip to content

Commit

Permalink
Updated dependencies for automation resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhard-Pilz-Dynatrace committed Aug 3, 2023
1 parent eefd936 commit 5638636
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dynatrace/export/resource_descriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,9 +1015,17 @@ var AllResources = map[ResourceType]ResourceDescriptor{
kubernetesmonitoring.Service,
Coalesce(Dependencies.K8sCluster),
),
ResourceTypes.AutomationWorkflow: NewResourceDescriptor(workflows.Service),
ResourceTypes.AutomationWorkflow: NewResourceDescriptor(
workflows.Service,
Dependencies.ID(ResourceTypes.AutomationSchedulingRule),
Dependencies.ID(ResourceTypes.AutomationBusinessCalendar),
),
ResourceTypes.AutomationBusinessCalendar: NewResourceDescriptor(business_calendars.Service),
ResourceTypes.AutomationSchedulingRule: NewResourceDescriptor(scheduling_rules.Service),
ResourceTypes.AutomationSchedulingRule: NewResourceDescriptor(
scheduling_rules.Service,
Dependencies.ID(ResourceTypes.AutomationSchedulingRule),
Dependencies.ID(ResourceTypes.AutomationBusinessCalendar),
),
ResourceTypes.CustomTags: NewResourceDescriptor(
customtags.Service,
Dependencies.ID(ResourceTypes.HTTPMonitor),
Expand Down

0 comments on commit 5638636

Please sign in to comment.