Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Multi-Account ID Support in dynatrace_assume_policy for activegate_monitoring_role Module #31

Open
priyasingh014 opened this issue Sep 4, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@priyasingh014
Copy link

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.

@priyasingh014 priyasingh014 added the enhancement New feature or request label Sep 4, 2024
@felipmiguel
Copy link
Contributor

I understand this correctly, you want to have apply the policy to multiple accounts, so it will be solved by applying the module multiple times or by changing the variable to list and apply the policy for all the items in that list. Correct?

@priyasingh014
Copy link
Author

Yes, for us the ideal case would be the changing the variable to list and apply the policy for all the items in that list.

@felipmiguel
Copy link
Contributor

The change doesn't seem complex, however making changes in that parameter may produce some compatibility issues to other customers. Have you considered forking this repository?

@priyasingh014
Copy link
Author

Hi, we haven't had any discussions within the team about forking the repository yet. I'll take the initiative to discuss this internally. In the meantime, I have a question regarding the first option: 'applying the policy to multiple accounts.' How would that work exactly in our case? Currently, we have only one Active Gate instance running in an AWS account, which sends data for all the accounts where the dynatrace_monitoring_role exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants