You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize VM size variable names across AWS and GCP Terraform providers (#456)
Update instance type and machine type variable names in AWS and GCP to follow the
`*_vm_size` naming convention. This ensures consistency with the Azure provider
and across the entire project's Terraform codebase.
The following variables have been renamed:
- hana_instancetype / machine_type -> hana_vm_size
- drbd_instancetype / drbd_machine_type -> drbd_vm_size
- netweaver_instancetype / netweaver_machine_type -> netweaver_vm_size
- monitor_instancetype / machine_type_monitor_server -> monitoring_vm_size
- iscsi_instancetype / machine_type_iscsi_server -> iscsi_vm_size
All internal module references, outputs, and documentation examples have been
updated accordingly.
0 commit comments