This example illustrates how to use the latest release of the terraform module for SAP on Google Cloud for provisioning SAP HANA
Name | Description | Type | Default | Required |
---|---|---|---|---|
project_id | Project id where the instances will be created. | string |
n/a | yes |
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 pluginsterraform plan
to see the infrastructure planterraform apply
to apply the infrastructure buildterraform destroy
to destroy the built infrastructure