Skip to content

Commit 68789b0

Browse files
Added warning to docs regarding inline credentials
1 parent f198e61 commit 68789b0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ The value of `DYNATRACE_API_TOKEN` needs to be an API Token with the following p
6161
* Required for writing attack security configuration.
6262

6363
Alternatively - but not recommended for security reasons you can also add configuration options within your Terraform Module.
64+
65+
!> Specifying credentials for Dynatrace environments is considered highly problematic from a security standpoint. Especially in production environments the environment variables DYNATRACE_ENV_URL and DYNATRACE_API_TOKEN are the recommended way to go when it comes to configuring the Dynatrace Terraform Provider. There exists usually never a good reason to specify credentials inline.
66+
6467
```
6568
provider "dynatrace" {
6669
dt_env_url = "https://########.live.dynatrace.com"

templates/index.md.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ The value of `DYNATRACE_API_TOKEN` needs to be an API Token with the following p
6161
* Required for writing attack security configuration.
6262

6363
Alternatively - but not recommended for security reasons you can also add configuration options within your Terraform Module.
64+
65+
!> Specifying credentials for Dynatrace environments is considered highly problematic from a security standpoint. Especially in production environments the environment variables DYNATRACE_ENV_URL and DYNATRACE_API_TOKEN are the recommended way to go when it comes to configuring the Dynatrace Terraform Provider. There exists usually never a good reason to specify credentials inline.
66+
6467
```
6568
provider "dynatrace" {
6669
dt_env_url = "https://########.live.dynatrace.com"

0 commit comments

Comments
 (0)