You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key vault and storage account variables and parameters were missing. Also added a tip to clear the cache which has helped resolved issues a few times now.
> Replace `<storageaccount>` with the name of the storage account containing the Terraform state files
167
171
> Replace `<statefile_subscription>` with the subscription ID for the storage account containing the Terraform state files
168
172
173
+
---
174
+
175
+
> [!TIP]
176
+
> If the scripts fail to run, it can sometimes help to clear the local cache files by removing `~/.sap_deployment_automation/` and `~/.terraform.d/` directories before running the scripts again.
0 commit comments