Is your feature request related to a problem? Please describe.
Hi Team,
We are interested in using the activegate_monitoring_role Terraform module that you maintain at this repository. However, we are facing difficulties integrating it into our project as intended.
Specifically, we would like to include multiple account IDs within the dynatrace_assume_policy_document resource in Terraform.
Describe the solution you'd like
As mentioned earlier, we would like the ability to create or append the dynatrace_assume_policy with all the account IDs that we want to monitor using Dynatrace. The current setup only allows for a single account ID to be specified as the monitored_account_id parameter.
Describe alternatives you've considered
One alternative we've considered is not using the provided Terraform module and instead developing our own solution.