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
Copy file name to clipboardExpand all lines: azure/variables.tf
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ variable "bastion_enabled" {
116
116
}
117
117
118
118
variable"bastion_os_image" {
119
-
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
119
+
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
120
120
type=string
121
121
default=""
122
122
}
@@ -154,9 +154,9 @@ variable "network_domain" {
154
154
}
155
155
156
156
variable"os_image" {
157
-
description="Default OS image for all the machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: 'SUSE:sles-sap-15-sp2:gen2:latest'. This value is not used if the specific nodes os_image is set (e.g. hana_os_image)"
157
+
description="Default OS image for all the machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: 'SUSE:sles-sap-15-sp3:gen2:latest'. This value is not used if the specific nodes os_image is set (e.g. hana_os_image)"
158
158
type=string
159
-
default="SUSE:sles-sap-15-sp2:gen2:latest"
159
+
default="SUSE:sles-sap-15-sp3:gen2:latest"
160
160
}
161
161
162
162
variable"timezone" {
@@ -259,7 +259,7 @@ variable "hana_count" {
259
259
}
260
260
261
261
variable"hana_os_image" {
262
-
description="sles4sap image used to create the HANA machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
262
+
description="sles4sap image used to create the HANA machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
description="sles4sap image used to create the ISCSI machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
572
+
description="sles4sap image used to create the ISCSI machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
description="sles4sap image used to create the Monitoring server machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
639
+
description="sles4sap image used to create the Monitoring server machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
640
640
type=string
641
641
default=""
642
642
}
@@ -692,7 +692,7 @@ variable "drbd_ips" {
692
692
}
693
693
694
694
variable"drbd_os_image" {
695
-
description="sles4sap image used to create the DRBD machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
695
+
description="sles4sap image used to create the DRBD machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
description="sles4sap image used to create the Netweaver machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
763
+
description="sles4sap image used to create the Netweaver machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
Copy file name to clipboardExpand all lines: gcp/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ variable "bastion_enabled" {
80
80
}
81
81
82
82
variable"bastion_os_image" {
83
-
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
83
+
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
84
84
type=string
85
85
default=""
86
86
}
@@ -126,7 +126,7 @@ variable "network_domain" {
126
126
variable"os_image" {
127
127
description="Default OS image for all the machines. This value is not used if the specific nodes os_image is set (e.g. hana_os_image)"
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp2:gen2:latest"
143
+
description="sles4sap image used to create the bastion machines. Composed by 'Publisher:Offer:Sku:Version' syntax. Example: SUSE:sles-sap-15-sp3:gen2:latest"
144
144
type=string
145
145
default=""
146
146
}
@@ -180,7 +180,7 @@ variable "network_domain" {
180
180
variable"os_image" {
181
181
description="Default OS image for all the machines. This value is not used if the specific nodes os_image is set (e.g. hana_os_image)"
0 commit comments