terraform-provider-dynatrace icon indicating copy to clipboard operation
terraform-provider-dynatrace copied to clipboard

Provider's export ability does not export DQL portions of `dynatrace_automation_workflow`

Open caleb-long-vad2r4 opened this issue 1 month ago • 1 comments

Describe the bug While using the Dynatrace Terraform provider's export ability on a dynatrace_automation_workflow resource, the exported TF code does not contain any of the DQL portions of the workflow.

According to the documentation regarding this resource, there seem to be no references to setting up a step that can execute a DQL query. Is DQL supported by this resource?

To Reproduce Steps to reproduce the behavior:

  1. Have a Dynatrace Terraform provider configured with the proper API token and Automation client from the associated Dynatrace SaaS instance.
  2. Have a created workflow within said SaaS instance.
  3. Run the export command on the provider to export said workflow from Dynatrace SaaS instance.
  4. Validate returned TF file and see that no DQL portions are included.

Expected behavior The full workflow including DQL steps should be in the TF file.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: iOS 14.4.1
  • Browser: Chrome
  • IDE: Intellij 2023.3.4 (Ultimate Edition)

Additional context Add any other context about the problem here.

caleb-long-vad2r4 avatar May 08 '24 16:05 caleb-long-vad2r4