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: variables.tf
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
variable"location" {
2
-
description="(Required) The location/region where the core network will be created. The full list of Azure regions can be found at https://azure.microsoft.com/regions"
2
+
description="(Optional) The location/region where the core network will be created. The full list of Azure regions can be found at https://azure.microsoft.com/regions"
3
+
default=""
3
4
}
4
5
5
6
variable"resource_group_name" {
6
-
description="(Required) The name of the resource group where the load balancer resources will be placed."
7
-
default="azure_lb-rg"
7
+
description="(Required) The name of the resource group where the load balancer resources will be imported."
8
8
}
9
9
10
10
variable"prefix" {
@@ -18,7 +18,8 @@ variable "remote_port" {
18
18
}
19
19
20
20
variable"lb_port" {
21
-
description="Protocols to be used for lb health probes and rules. [frontend_port, protocol, backend_port]"
21
+
description="Protocols to be used for lb rules. Format as [frontend_port, protocol, backend_port]"
0 commit comments