Terraform configurations for SAP diagnostic information
Stay organized with collections
Save and categorize content based on your preferences.
For problems that are related to the Terraform configurations that
Google Cloud provides for deploying SAP systems, gather the following
information before you contact Cloud Customer Care for support:
A complete and detailed description of the problem or error, including:
The current application or system state.
The URL of the Google Cloud deployment guide that
corresponds to the Terraform configuration that you
are using. You can find all of the guides at
Supported SAP solutions.
After removing any plain text passwords, the Terraform configuration that you
used for your deployment.
If you experienced errors running terraform apply, then share the complete
output.
Alternatively, you can enable the Terraform debug mode as follows, retry the
deployment and then share the output log file with Customer Care.
To do this, follow these steps:
In your terminal, go to the working directory of your Terraform
configuration.
Destroy your Terraform configuration:
terraform destroy
Set the following environment variables:
exportTF_LOG=INFOexportTF_LOG_PATH=tf_debug.log
Run terraform apply to reproduce the issue.
Share the tf_debug.log from the working directory.
If the deployed VM is available, then provide the /var/log/messages file.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Terraform configurations for SAP diagnostic information\n\nFor problems that are related to the Terraform configurations that\nGoogle Cloud provides for deploying SAP systems, gather the following\ninformation before you contact Cloud Customer Care for support:\n\n- A complete and detailed description of the problem or error, including:\n\n - The current application or system state.\n- The URL of the Google Cloud deployment guide that\n corresponds to the Terraform configuration that you\n are using. You can find all of the guides at\n [Supported SAP solutions](/sap/docs/tf-for-sap#supported_sap_solutions).\n\n- After removing any plain text passwords, the Terraform configuration that you\n used for your deployment.\n\n- If you experienced errors running `terraform apply`, then share the complete\n output.\n\n Alternatively, you can enable the Terraform debug mode as follows, retry the\n deployment and then share the output log file with Customer Care.\n To do this, follow these steps:\n 1. In your terminal, go to the working directory of your Terraform\n configuration.\n\n 2. Destroy your Terraform configuration:\n\n terraform destroy\n\n 3. Set the following environment variables:\n\n export TF_LOG=INFO\n export TF_LOG_PATH=tf_debug.log\n\n 4. Run `terraform apply` to reproduce the issue.\n\n 5. Share the `tf_debug.log` from the working directory.\n\n- If the deployed VM is available, then provide the `/var/log/messages` file."]]