Export utility `-ref` triggers download of all resources with `insert_after`
Closed this issue · 0 comments
kishikawa12 commented
In instances where a user would like to specify specific IDs to be exported, the -ref
triggers a download of all resources that have insert_after
.
Eg.
terraform-provider-dynatrace -export -id -ref dynatrace_document=randomID dynatrace_log_processing=ID1 dynatrace_log_processing=ID2 dynatrace_log_processing=ID3
Instead of returning the three IDs specified, it returns all of the log processing rules due to the insert_after
being present.