From cfd119a437734d6d01203fc586fd81138233ece8 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 5 Jun 2023 17:26:17 +0200 Subject: [PATCH] added readme file --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f602981 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +For backing up + +initialize terraform +terraform init, where the main.tf file is + +import the state first from the directory where the main.tf file is +terraform import module.dashboard.dynatrace_dashboard.CD_VDLM_cas-spm_TEST_owned_by_Ignacio_Goldman_partner_bmwgroup_com 6d87a9bc-b5d7-41d3-b06a-f5c5d614157a + +then apply the change to the target from the directory where the main.tf file is +terraform apply -target module.dashboard.dynatrace_dashboard.CD_VDLM_cas-spm_TEST_owned_by_Ignacio_Goldman_partner_bmwgroup_com \ No newline at end of file