Skip to content

Commit 49568d6

Browse files
chore: remove comments
SKIP UPGRADE TEST: breaking change new end to end solution
1 parent 865ea8b commit 49568d6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

modules/pi-sap-system-type1/variables.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ variable "pi_networks" {
2828
})
2929
)
3030
}
31-
#TP_CODE (need to delete)
32-
# variable "pi_sap_network_cidr" {
33-
# description = "Additional private subnet for SAP communication which will be created. CIDR for SAP network. E.g., '10.53.0.0/24'"
34-
# type = string
35-
# default = "10.53.0.0/24"
36-
# validation {
37-
# condition = anytrue([can(regex("^10\\.((([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))\\.){2}(([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))", var.pi_sap_network_cidr)), can(regex("^192\\.168\\.((([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))\\.)(([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))", var.pi_sap_network_cidr)), can(regex("^172\\.(([1][6-9])|([2][0-9])|([3][0-1]))\\.((([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))\\.)(([2][0-5]{2})|([0-1]{0,1}[0-9]{1,2}))", var.pi_sap_network_cidr))])
38-
# error_message = "Must be a valid private IPv4 CIDR block address."
39-
# }
40-
# }
4131

4232
variable "ansible_vault_password" {
4333
description = "Vault password to encrypt OS registration parameters. Only required with customer provided linux subscription (pi_os_registration). Password requirements: 15-100 characters and at least one uppercase letter, one lowercase letter, one number, and one special character. Allowed characters: A-Z, a-z, 0-9, !#$%&()*+-.:;<=>?@[]_{|}~."

0 commit comments

Comments
 (0)