Skip to content

Commit

Permalink
Remove all reference to HANA SID from all tfvars examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mpagot committed Jan 22, 2025
1 parent b838588 commit 6f5ae95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion terraform/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ hana_count = "2"
# HANA instance configuration
# Find some references about the variables in:
# https://help.sap.com
# HANA instance system identifier. The system identifier must be composed by 3 uppercase chars/digits string starting always with a character (there are some restricted options).
# HANA instance number. It's composed of 2 integers string
#hana_instance_number = "00"
# HANA primary site name. Only used if HANA's system replication feature is enabled (hana_ha_enabled to true)
Expand Down
2 changes: 0 additions & 2 deletions terraform/azure/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ hana_count = "2"
# HANA instance configuration
# Find some references about the variables in:
# https://help.sap.com
# HANA instance system identifier. The system identifier must be composed by 3 uppercase chars/digits string starting always with a character (there are some restricted options).
#hana_sid = "PRD"
# HANA instance number. It's composed of 2 integers string
#hana_instance_number = "00"

Expand Down
1 change: 0 additions & 1 deletion terraform/gcp/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ machine_type = "n1-highmem-32"
# HANA instance configuration
# Find some references about the variables in:
# https://help.sap.com
# HANA instance system identifier. The system identifier must be composed by 3 uppercase chars/digits string starting always with a character (there are some restricted options).
#hana_sid = "PRD"
# HANA instance number. It's composed of 2 integers string
#hana_instance_number = "00"
Expand Down
1 change: 0 additions & 1 deletion terraform/libvirt/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ iprange = "192.168.XXX.Y/24"
# HANA instance configuration
# Find some references about the variables in:
# https://help.sap.com
# HANA instance system identifier. The system identifier must be composed by 3 uppercase chars/digits string starting always with a character (there are some restricted options).
#hana_sid = "PRD"
# HANA instance number. It's composed of 2 integers string
#hana_instance_number = "00"
Expand Down

0 comments on commit 6f5ae95

Please sign in to comment.