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: modules/high_availability_existing_vnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ module "example_module" {
50
50
authentication_type = "Password"
51
51
availability_type = "Availability Zone"
52
52
enable_custom_metrics = true
53
-
enable_floating_ip = false
53
+
enable_floating_ip = true
54
54
use_public_ip_prefix = false
55
55
create_public_ip_prefix = false
56
56
existing_public_ip_prefix_id = ""
@@ -117,7 +117,7 @@ module "example_module" {
117
117
|**authentication_type**| Specifies whether a password authentication or SSH Public Key authentication should be used | string | "Password";<br />"SSH Public Key";<br /> |
118
118
|**availability_type**| Specifies whether to deploy the solution based on Azure Availability Set or based on Azure Availability Zone | string | "Availability Zone";<br />"Availability Set";<br />**Default:** "Availability Zone" |
119
119
|**enable_custom_metrics**| Indicates whether CloudGuard Metrics will be used for Cluster members monitoring | boolean | true;<br />false;<br />**Default:** true |
120
-
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br />**Default:**false|
120
+
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br />**Default:**true|
121
121
|**use_public_ip_prefix**| Indicates whether the public IP resources will be deployed with public IP prefix | boolean | true;<br />false;<br />**Default:** false |
122
122
|**create_public_ip_prefix**| Indicates whether the public IP prefix will be created or an existing one will be used | boolean | true;<br />false;<br />**Default:** false |
123
123
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID | string | Existing public IP prefix resource ID<br /> |
Copy file name to clipboardExpand all lines: modules/high_availability_new_vnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ module "example_module" {
53
53
authentication_type = "Password"
54
54
availability_type = "Availability Zone"
55
55
enable_custom_metrics = true
56
-
enable_floating_ip = false
56
+
enable_floating_ip = true
57
57
use_public_ip_prefix = false
58
58
create_public_ip_prefix = false
59
59
existing_public_ip_prefix_id = ""
@@ -118,7 +118,7 @@ module "example_module" {
118
118
|**authentication_type**| Specifies whether a password authentication or SSH Public Key authentication should be used | string | "Password";<br />"SSH Public Key";<br /> |
119
119
|**availability_type**| Specifies whether to deploy the solution based on Azure Availability Set or Azure Availability Zone | string | "Availability Zone";<br />"Availability Set";<br />**Default:** "Availability Zone" |
120
120
|**enable_custom_metrics**| Indicates whether CloudGuard Metrics will be used for Cluster members monitoring | boolean | true;<br />false;<br />**Default:** true |
121
-
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br />**Default:**false|
121
+
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br />**Default:**true|
122
122
|**use_public_ip_prefix**| Indicates whether the public IP resources will be deployed with public IP prefix | boolean | true;<br />false;<br />**Default:** false |
123
123
|**create_public_ip_prefix**| Indicates whether the public IP prefix will be created or an existing one will be used | boolean | true;<br />false;<br />**Default:** false |
124
124
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID | string | Existing public IP prefix resource ID<br />**Default:** "" |
Copy file name to clipboardExpand all lines: modules/vmss_existing_vnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ module "example_module" {
58
58
frontend_load_distribution = "Default"
59
59
backend_load_distribution = "Default"
60
60
enable_custom_metrics = true
61
-
enable_floating_ip = false
61
+
enable_floating_ip = true
62
62
use_public_ip_prefix = false
63
63
create_public_ip_prefix = false
64
64
existing_public_ip_prefix_id = ""
@@ -132,7 +132,7 @@ module "example_module" {
132
132
|**backend_load_distribution**| The load balancing distribution method for the Internal Load Balancer | string | "Default" - None(5-tuple);<br/>"SourceIP" - ClientIP(2-tuple);<br/>"SourceIPProtocol" - ClientIP and protocol(3-tuple). |
133
133
|**notification_email**| An email address to notify about scaling operations | string | Leave empty double quotes or enter a valid email address. |
134
134
|**enable_custom_metrics**| Indicates whether Custom Metrics will be used for VMSS Scaling policy and VM monitoring | boolean | true;<br/>false.<br/>**Default:** true |
135
-
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br/>false.<br/>**Default:**false|
135
+
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br/>false.<br/>**Default:**true|
136
136
|**use_public_ip_prefix**| Indicates whether the public IP resources will be deployed with public IP prefix. | boolean | true;<br/>false;<br/>**Default:** false |
137
137
|**create_public_ip_prefix**| Indicates whether the public IP prefix will be created or an existing one will be used. | boolean | true;<br/>false;<br/>**Default:** false |
138
138
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID. | string | Existing public IP prefix resource ID<br/>**Default:** "" |
Copy file name to clipboardExpand all lines: modules/vmss_new_vnet/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ module "example_module" {
62
62
frontend_load_distribution = "Default"
63
63
backend_load_distribution = "Default"
64
64
enable_custom_metrics = true
65
-
enable_floating_ip = false
65
+
enable_floating_ip = true
66
66
use_public_ip_prefix = false
67
67
create_public_ip_prefix = false
68
68
existing_public_ip_prefix_id = ""
@@ -131,7 +131,7 @@ module "example_module" {
131
131
|**backend_load_distribution**| The load balancing distribution method for the Internal Load Balancer | string | "Default" - None (5-tuple);<br />"SourceIP" - ClientIP (2-tuple);<br />"SourceIPProtocol" - ClientIP and protocol (3-tuple)<br /> |
132
132
|**notification_email**| An email address to notify about scaling operations | string | Leave empty double quotes or enter a valid email address<br /> |
133
133
|**enable_custom_metrics**| Indicates whether Custom Metrics will be used for VMSS Scaling policy and VM monitoring | boolean | true;<br />false;<br /> |
134
-
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br /> |
134
+
|**enable_floating_ip**| Indicates whether the load balancers will be deployed with floating IP | boolean | true;<br />false;<br />**Default:** true|
135
135
|**use_public_ip_prefix**| Indicates whether the public IP resources will be deployed with public IP prefix. | boolean | true;<br />false;<br />**Default:** false |
136
136
|**create_public_ip_prefix**| Indicates whether the public IP prefix will be created or an existing one will be used. | boolean | true;<br />false;<br />**Default:** false |
137
137
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID. | string | Existing public IP prefix resource ID<br />**Default:** "" |
0 commit comments