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
-> The `dynatrace_json_dashboard`, `dynatrace_aws_service`, `dynatrace_azure_service`, and account management resources are excluded by default, please use the iterative method to export/apply after running the bulk migration.
45
+
The following resources are excluded by default, please use the iterative method to export/apply after running the bulk migration.
46
+
* Excluded by default due to longer execution: `dynatrace_json_dashboard`, `dynatrace_custom_tags`, `dynatrace_custom_device`
The iterative approach is useful in scenarios where you would like to migrate configuration by resource group or to an environment with existing configuration.
* Required for reading attack security configuration.
60
+
***Write attacks** (`attacks.write`)
61
+
* Required for writing attack security configuration.
54
62
55
63
Alternatively - but not recommended for security reasons you can also add configuration options within your Terraform Module.
56
64
```
@@ -83,10 +91,13 @@ Please provide any feedback of the export utility via [GitHub Issues](https://gi
83
91
84
92
### Optional
85
93
94
+
-`account_id` (String, Sensitive)
86
95
-`automation_client_id` (String, Sensitive)
87
96
-`automation_client_secret` (String, Sensitive)
88
97
-`automation_env_url` (String) The URL of the Dynatrace Environment with Platform capabilities turned on (`https://#####.apps.dynatrace.com)`. This is optional configuration when `dt_env_url` already specifies a SaaS Environment like `https://#####.live.dynatrace.com` or `https://#####.apps.dynatrace.com`
89
98
-`automation_token_url` (String) The URL that provides the Bearer tokens when accessing the Automation REST API. This is optional configuration when `dt_env_url` already specifies a SaaS Environment like `https://#####.live.dynatrace.com` or `https://#####.apps.dynatrace.com`
0 commit comments