21 Mar 2023 04:18 AM
Hi all,
I have setup my environment variables:
DYNATRACE_ENV_URL
DYNATRACE_API_TOKEN
DYNATRACE_ENV_URL
After running my command:
terraform-provider-dynatrace_v1.23.0.exe -export dynatrace_mobile_application
I'm getting this lines
Post-Processing Resources...
exec: not started
I have Windows 10, 64 bit.
I downloaded the 1.23.0_windows_amd64
Any ideas how to troubleshoot ?
Regards,
Abner
Solved! Go to Solution.
21 Mar 2023 09:07 AM
Hi Abner,
Depending on what version of Dynatrace (SaaS, Managed) you are using you will need to set this up dt_env_url:
In the next step, generate the appropriate token with below permissions:
Example of provider configuration:
provider "dynatrace" { dt_env_url = "https://{environmentid}.live.dynatrace.com" dt_api_token = "################" }
Radek
21 Mar 2023 09:09 AM
DYNATRACE_ENV_URL is the URL for your Environment:
https://{your-domain}/e/{your-environment-id}/e/{env_id}