Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 968 Bytes

File metadata and controls

25 lines (18 loc) · 968 Bytes

SAP HANA example

This example illustrates how to use the latest release of the terraform module for SAP on Google Cloud for provisioning SAP HANA

Inputs

Name Description Type Default Required
project_id Project id where the instances will be created. string n/a yes

Outputs

Name Description
sap_hana_primary_self_link SAP HANA self-link for the primary instance created
sap_hana_worker_self_links SAP HANA self-links for the secondary instances created

To provision this example, run the following from within this directory:

  • terraform init to get the plugins
  • terraform plan to see the infrastructure plan
  • terraform apply to apply the infrastructure build
  • terraform destroy to destroy the built infrastructure