Automating SAP HANA Cloud Tasks with the Terraform Provider for SAP BTP
Intermediate
15 min.
Terraform is a tool that provides a declarative approach to provisioning and managing infrastructure.
You will learn
- How to use the Terraform Provider for SAP BTP
- How to create an SAP BTP subaccount that contains entitlements
- How to create a subscription to SAP HANA Cloud Central
- How to create and update one or more SAP HANA Cloud instances
Prerequisites
- An SAP BTP account
When working with Terraform, a description of a target state is provided in a file named main.tf. Terraform will compare the last known state of the system to the target state and will determine the changes required. If the Terraform Provider for SAP BTP is being used to update the state of an instance, it is not recommended to also use other tools such as SAP HANA Cloud Central or the BTP CLI to make further updates. For additional details, see Drift Detection. The provider works with SAP HANA Cloud instances in a subaccount. If you wish to provision to Cloud Foundry, consider using the Cloud Foundry provider. See also https://registry.terraform.io/namespaces/SAP.















