Skip to content

Latest commit

 

History

History

sap_hana_simple

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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