added readme file
parent
2edaaf0891
commit
cfd119a437
|
|
@ -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
|
||||
Loading…
Reference in New Issue