You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Terraform provider for Dynatrace does not provide clear documentation or functionality for using the exported JSON configurations of Synthetic Browser Monitors directly in Terraform. This makes it difficult for teams to automate and replicate their configurations across environments (e.g., from lab to production) without manually creating resources or modifying configurations in Terraform.
Describe the solution you'd like
The ability to directly use the JSON files exported from Dynatrace for Synthetic Browser Monitors in Terraform configurations. Ideally, Terraform users should be able to import a JSON configuration file and deploy it as a resource without needing to manually translate the JSON into HCL syntax.
Describe alternatives you've considered
At the moment, users must manually configure the Synthetic Browser Monitors in Terraform using HCL, which is time-consuming and error-prone. Alternatively, some users may resort to recreating the monitors manually in Dynatrace or using scripts to automate the translation of JSON into HCL, but these methods are not ideal.
Additional context
Being able to directly integrate exported JSON from Dynatrace into Terraform would streamline the management of Synthetic Monitors, allowing teams to use consistent configurations across environments without manually modifying Terraform code. This would also be beneficial for version control and collaboration, as teams could store and version their monitor configurations in Git repositories.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. We completely agree that this would be a nice enhancement as we offer a similar resource for dashboards. Unfortunately, we're unable to provide any sort of timeline, but we'll keep this ticket open as we continue to evaluate open enhancements.
An additional note, if you're not locked into Terraform, config as code via Monaco is based off of JSON configuration.
Is your feature request related to a problem? Please describe.
The Terraform provider for Dynatrace does not provide clear documentation or functionality for using the exported JSON configurations of Synthetic Browser Monitors directly in Terraform. This makes it difficult for teams to automate and replicate their configurations across environments (e.g., from lab to production) without manually creating resources or modifying configurations in Terraform.
Describe the solution you'd like
The ability to directly use the JSON files exported from Dynatrace for Synthetic Browser Monitors in Terraform configurations. Ideally, Terraform users should be able to import a JSON configuration file and deploy it as a resource without needing to manually translate the JSON into HCL syntax.
Describe alternatives you've considered
At the moment, users must manually configure the Synthetic Browser Monitors in Terraform using HCL, which is time-consuming and error-prone. Alternatively, some users may resort to recreating the monitors manually in Dynatrace or using scripts to automate the translation of JSON into HCL, but these methods are not ideal.
Additional context
Being able to directly integrate exported JSON from Dynatrace into Terraform would streamline the management of Synthetic Monitors, allowing teams to use consistent configurations across environments without manually modifying Terraform code. This would also be beneficial for version control and collaboration, as teams could store and version their monitor configurations in Git repositories.
The text was updated successfully, but these errors were encountered: