/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT-0 * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to deal in the Software * without restriction, including without limitation the rights to use, copy, modify, * merge, publish, distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ # Generic variables aws_region = "" enabled = true #Tags and Naming application_code = "" application_name = "" environment_type = "" #Networking vpc_id = "" subnet_ids = ["subnet_id_1", "subnet_id_2"] dns_zone_name = "" customer_default_sg_id = "" # Operation System ami_id = "" ssh_key = "" # Security kms_key_arn = "" default_instance_role = true # SAP parameters sid = "" high_availability = false # HANA Database Parameters hana_is_scale_out = false hana_instance_type = "" root_volume_size = hana_disks_data_storage_type = "" hana_disks_logs_storage_type = "" hana_disks_backup_storage_type = "" hana_disks_shared_storage_type = "" hana_disks_shared_size = hana_disks_usr_sap_storage_type = "" hana_disks_usr_sap_storage_size = # Netweaver Application Servers Parameters ascs_instance_type = "" as_instance_type = "" as_instance_count = 1 efs_sapmnt = true ascs_root_volume_size = app_server_root_volume_size =