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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ module "example_module" {
36
36
backend_subnet_name = "backend"
37
37
frontend_IP_addresses = [5, 6, 7]
38
38
backend_IP_addresses = [5, 6, 7]
39
+
vips_names = []
39
40
admin_password = "xxxxxxxxxxxx"
40
41
smart_1_cloud_token_a = "xxxxxxxxxxxx"
41
42
smart_1_cloud_token_b = "xxxxxxxxxxxx"
@@ -121,6 +122,7 @@ module "example_module" {
121
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 |
122
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 |
123
124
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID | string | Existing public IP prefix resource ID<br /> |
125
+
|**vips_names**| Names for additional Virtual IP addresses beyond the primary cluster VIP. Each name creates a corresponding public IP resource. | list(string) |**Default:**[]|
|**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
124
|**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
125
|**existing_public_ip_prefix_id**| The existing public IP prefix resource ID | string | Existing public IP prefix resource ID<br />**Default:** "" |
126
+
|**vips_names**| Names for additional Virtual IP addresses beyond the primary cluster VIP. Each name creates a corresponding public IP resource. | list(string) |**Default:**[]|
0 commit comments