From 7ad1e4ac6467ff896a7d2fa0185dca8c5187ea99 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Tue, 6 Jun 2023 15:02:31 +0200 Subject: [PATCH] updating documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 507b0d3..dbdb8f1 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Error: no provider exists with the given name Explanation: - (A) The error indicates that Terraform v0.12 does not support the downloaded Terraform Dynatrace Provider version 1.30.2. Therefore it was necessary to downgrade to 1.30.1! -- (B) It could also mean a misconfiguration of the environment within `env-conig.yaml`. Example: Wrong token or environment url, therefore the environment cannot be found and the warning alongside the error are thrown. As a result no configuration files as well as dashboards could be downloaded, resulting in an empty backup directory. +- (B) It could also mean a misconfiguration of the environment within `env-conig.yaml`. Example: Wrong token or environment url, therefore the environment cannot be found and the warning alongside the error are thrown. As a result no configuration files as well as dashboards could be fetched, resulting in an empty backup directory. ### Restore Process @@ -75,7 +75,7 @@ If you are planning to restore the backed up configuration files or dashboards, #### Usage/Examples for Restoration -Scenario: A dashboard has tile has been changed or accidently deleted. How can this be solved? +Scenario: A dashboard tile has been changed or accidently deleted. How can this be solved? First you will need to know when the incident happened. After downloading the backup repository you will need to checkout the branch with the day before the accident happened. Then, you will need to configure the `___providers___.tf` **file which resides is in the same direcory as the** `main.tf` file: