@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/fast_acl.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/resources/advertise_policy.md +10 -10
- package/dist/docs/resources/alert_policy.md +9 -9
- package/dist/docs/resources/alert_receiver.md +4 -4
- package/dist/docs/resources/api_definition.md +2 -2
- package/dist/docs/resources/api_testing.md +6 -6
- package/dist/docs/resources/apm.md +8 -8
- package/dist/docs/resources/app_firewall.md +19 -19
- package/dist/docs/resources/app_setting.md +5 -5
- package/dist/docs/resources/app_type.md +3 -3
- package/dist/docs/resources/aws_tgw_site.md +50 -50
- package/dist/docs/resources/aws_vpc_site.md +66 -66
- package/dist/docs/resources/azure_vnet_site.md +93 -93
- package/dist/docs/resources/bgp.md +205 -37
- package/dist/docs/resources/bgp_routing_policy.md +7 -7
- package/dist/docs/resources/cdn_cache_rule.md +2 -2
- package/dist/docs/resources/cdn_loadbalancer.md +122 -122
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/cloud_credentials.md +2 -2
- package/dist/docs/resources/cloud_link.md +3 -3
- package/dist/docs/resources/cluster.md +18 -18
- package/dist/docs/resources/dc_cluster_group.md +4 -4
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/dns_domain.md +2 -2
- package/dist/docs/resources/endpoint.md +5 -5
- package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
- package/dist/docs/resources/external_connector.md +7 -7
- package/dist/docs/resources/fast_acl.md +166 -60
- package/dist/docs/resources/fast_acl_rule.md +2 -2
- package/dist/docs/resources/fleet.md +25 -25
- package/dist/docs/resources/forward_proxy_policy.md +15 -15
- package/dist/docs/resources/forwarding_class.md +5 -5
- package/dist/docs/resources/gcp_vpc_site.md +37 -37
- package/dist/docs/resources/global_log_receiver.md +104 -104
- package/dist/docs/resources/healthcheck.md +2 -2
- package/dist/docs/resources/http_loadbalancer.md +287 -287
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/malicious_user_mitigation.md +6 -6
- package/dist/docs/resources/nat_policy.md +10 -10
- package/dist/docs/resources/network_connector.md +9 -9
- package/dist/docs/resources/network_firewall.md +3 -3
- package/dist/docs/resources/network_interface.md +28 -28
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/network_policy_view.md +16 -16
- package/dist/docs/resources/nfv_service.md +26 -26
- package/dist/docs/resources/origin_pool.md +48 -48
- package/dist/docs/resources/policy_based_routing.md +8 -8
- package/dist/docs/resources/protocol_inspection.md +4 -4
- package/dist/docs/resources/proxy.md +23 -23
- package/dist/docs/resources/rate_limiter.md +1 -1
- package/dist/docs/resources/rate_limiter_policy.md +8 -8
- package/dist/docs/resources/route.md +36 -36
- package/dist/docs/resources/secret_management_access.md +8 -8
- package/dist/docs/resources/securemesh_site.md +258 -1619
- package/dist/docs/resources/segment.md +4 -4
- package/dist/docs/resources/service_policy.md +44 -44
- package/dist/docs/resources/service_policy_rule.md +37 -37
- package/dist/docs/resources/site.md +244 -322
- package/dist/docs/resources/site_mesh_group.md +8 -8
- package/dist/docs/resources/subnet.md +5 -5
- package/dist/docs/resources/tcp_loadbalancer.md +37 -37
- package/dist/docs/resources/tunnel.md +4 -4
- package/dist/docs/resources/udp_loadbalancer.md +9 -9
- package/dist/docs/resources/user_identification.md +10 -10
- package/dist/docs/resources/virtual_host.md +42 -42
- package/dist/docs/resources/virtual_network.md +4 -4
- package/dist/docs/resources/voltstack_site.md +59 -59
- package/dist/docs/resources/waf_exclusion_policy.md +5 -5
- package/dist/docs/resources/workload.md +24 -24
- package/dist/metadata/resource-metadata.json +394 -948
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_site Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Uncategorized"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
5
|
+
Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_site (Resource)
|
|
9
9
|
|
|
10
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
10
|
+
Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ Manages a Site resource in F5 Distributed Cloud for aws vpc site specification.
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# Site Resource Example
|
|
18
|
-
# Manages a Site resource in F5 Distributed Cloud for
|
|
18
|
+
# Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.
|
|
19
19
|
|
|
20
20
|
# Basic Site configuration
|
|
21
21
|
resource "f5xc_site" "example" {
|
|
@@ -70,50 +70,28 @@ resource "f5xc_site" "example" {
|
|
|
70
70
|
|
|
71
71
|
<a id="admin-password"></a>• [`admin_password`](#admin-password) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Admin Password](#admin-password) below for details.
|
|
72
72
|
|
|
73
|
-
<a id="aws-cred"></a>• [`aws_cred`](#aws-cred) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [AWS Cred](#aws-cred) below for details.
|
|
74
|
-
|
|
75
|
-
<a id="aws-region"></a>• [`aws_region`](#aws-region) - Optional String<br>AWS Region. Name for AWS Region
|
|
76
|
-
|
|
77
73
|
-> **One of the following:**
|
|
78
|
-
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>
|
|
74
|
+
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>Enable this option
|
|
79
75
|
<br><br>• <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable node local services on this site<br>See [Blocked Services](#blocked-services) below for details.
|
|
80
76
|
|
|
77
|
+
<a id="cloud-credentials"></a>• [`cloud_credentials`](#cloud-credentials) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Cloud Credentials](#cloud-credentials) below for details.
|
|
78
|
+
|
|
81
79
|
<a id="coordinates"></a>• [`coordinates`](#coordinates) - Optional Block<br>Coordinates of the site which provides the site physical location<br>See [Coordinates](#coordinates) below for details.
|
|
82
80
|
|
|
83
81
|
<a id="custom-dns"></a>• [`custom_dns`](#custom-dns) - Optional Block<br>Custom DNS is the configured for specify CE site<br>See [Custom DNS](#custom-dns) below for details.
|
|
84
82
|
|
|
85
|
-
|
|
86
|
-
• <a id="custom-security-group"></a>[`custom_security_group`](#custom-security-group) - Optional Block<br>Enter pre created security groups for slo(Site Local Outside) and SLI(Site Local Inside) interface. Supported only for sites deployed on existing VPC<br>See [Custom Security Group](#custom-security-group) below for details.
|
|
87
|
-
<br><br>• <a id="f5xc-security-group"></a>[`f5xc_security_group`](#f5xc-security-group) - Optional Block<br>Can be used for messages where no values are needed
|
|
88
|
-
|
|
89
|
-
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Can be used for messages where no values are needed
|
|
90
|
-
|
|
91
|
-
-> **One of the following:**
|
|
92
|
-
• <a id="direct-connect-disabled"></a>[`direct_connect_disabled`](#direct-connect-disabled) - Optional Block<br>Can be used for messages where no values are needed
|
|
93
|
-
<br><br>• <a id="direct-connect-enabled"></a>[`direct_connect_enabled`](#direct-connect-enabled) - Optional Block<br>Direct Connect Configuration. Direct Connect Configuration<br>See [Direct Connect Enabled](#direct-connect-enabled) below for details.
|
|
94
|
-
<br><br>• <a id="private-connectivity"></a>[`private_connectivity`](#private-connectivity) - Optional Block<br>Private Connect Configuration. Private Connect Configuration
|
|
95
|
-
|
|
96
|
-
-> **One of the following:**
|
|
97
|
-
• <a id="disable-internet-vip"></a>[`disable_internet_vip`](#disable-internet-vip) - Optional Block<br>Can be used for messages where no values are needed
|
|
83
|
+
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
|
|
98
84
|
|
|
99
85
|
<a id="disk-size"></a>• [`disk_size`](#disk-size) - Optional Number<br>Disk size to be used for this instance in GiB. 80 is 80 GiB
|
|
100
86
|
|
|
101
|
-
|
|
102
|
-
• <a id="egress-gateway-default"></a>[`egress_gateway_default`](#egress-gateway-default) - Optional Block<br>Can be used for messages where no values are needed
|
|
103
|
-
<br><br>• <a id="egress-nat-gw"></a>[`egress_nat_gw`](#egress-nat-gw) - Optional Block<br>With this option, egress site traffic will be routed through an Network Address Translation(NAT) Gateway<br>See [Egress NAT Gw](#egress-nat-gw) below for details.
|
|
87
|
+
<a id="gcp-labels"></a>• [`gcp_labels`](#gcp-labels) - Optional Block<br>GCP Label is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in GCP console
|
|
104
88
|
|
|
105
|
-
<a id="
|
|
106
|
-
|
|
107
|
-
<a id="enable-internet-vip"></a>• [`enable_internet_vip`](#enable-internet-vip) - Optional Block<br>Can be used for messages where no values are needed
|
|
108
|
-
|
|
109
|
-
-> **One of the following:**
|
|
110
|
-
• <a id="f5-orchestrated-routing"></a>[`f5_orchestrated_routing`](#f5-orchestrated-routing) - Optional Block<br>Can be used for messages where no values are needed
|
|
111
|
-
<br><br>• <a id="manual-routing"></a>[`manual_routing`](#manual-routing) - Optional Block<br>Can be used for messages where no values are needed
|
|
89
|
+
<a id="gcp-region"></a>• [`gcp_region`](#gcp-region) - Optional String<br>GCP Region. Name for GCP Region
|
|
112
90
|
|
|
113
91
|
-> **One of the following:**
|
|
114
|
-
• <a id="ingress-egress-gw"></a>[`ingress_egress_gw`](#ingress-egress-gw) - Optional Block<br>
|
|
115
|
-
<br><br>• <a id="ingress-gw"></a>[`ingress_gw`](#ingress-gw) - Optional Block<br>
|
|
116
|
-
<br><br>• <a id="voltstack-cluster"></a>[`voltstack_cluster`](#voltstack-cluster) - Optional Block<br>App Stack cluster of single interface
|
|
92
|
+
• <a id="ingress-egress-gw"></a>[`ingress_egress_gw`](#ingress-egress-gw) - Optional Block<br>GCP Ingress/Egress Gateway. Two interface GCP ingress/egress site<br>See [Ingress Egress Gw](#ingress-egress-gw) below for details.
|
|
93
|
+
<br><br>• <a id="ingress-gw"></a>[`ingress_gw`](#ingress-gw) - Optional Block<br>GCP Ingress Gateway. Single interface GCP ingress site
|
|
94
|
+
<br><br>• <a id="voltstack-cluster"></a>[`voltstack_cluster`](#voltstack-cluster) - Optional Block<br>App Stack cluster of single interface GCP site
|
|
117
95
|
|
|
118
96
|
<a id="instance-type"></a>• [`instance_type`](#instance-type) - Optional String<br>Select Instance size based on performance needed
|
|
119
97
|
|
|
@@ -121,28 +99,22 @@ resource "f5xc_site" "example" {
|
|
|
121
99
|
|
|
122
100
|
-> **One of the following:**
|
|
123
101
|
• <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
|
|
124
|
-
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>
|
|
125
|
-
|
|
126
|
-
-> **One of the following:**
|
|
127
|
-
• <a id="no-worker-nodes"></a>[`no_worker_nodes`](#no-worker-nodes) - Optional Block<br>Can be used for messages where no values are needed
|
|
128
|
-
<br><br>• <a id="nodes-per-az"></a>[`nodes_per_az`](#nodes-per-az) - Optional Number<br>Desired Worker Nodes Per AZ. Max limit is up to 21
|
|
102
|
+
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
|
|
129
103
|
|
|
130
104
|
<a id="offline-survivability-mode"></a>• [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7
|
|
131
105
|
|
|
132
106
|
<a id="os"></a>• [`os`](#os) - Optional Block<br>Select the F5XC Operating System Version for the site. By default, latest available OS Version will be used. Refer to release notes to find required released OS versions
|
|
133
107
|
|
|
108
|
+
-> **One of the following:**
|
|
109
|
+
• <a id="private-connect-disabled"></a>[`private_connect_disabled`](#private-connect-disabled) - Optional Block<br>Enable this option
|
|
110
|
+
<br><br>• <a id="private-connectivity"></a>[`private_connectivity`](#private-connectivity) - Optional Block<br>Private Connect Configuration. Private Connect Configuration
|
|
111
|
+
|
|
134
112
|
<a id="ssh-key"></a>• [`ssh_key`](#ssh-key) - Optional String<br>Public SSH key for accessing the site
|
|
135
113
|
|
|
136
114
|
<a id="sw"></a>• [`sw`](#sw) - Optional Block<br>Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions
|
|
137
115
|
|
|
138
|
-
<a id="tags"></a>• [`tags`](#tags) - Optional Block<br>AWS Tags is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in AWS console
|
|
139
|
-
|
|
140
116
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block
|
|
141
117
|
|
|
142
|
-
<a id="total-nodes"></a>• [`total_nodes`](#total-nodes) - Optional Number<br>Total number of worker nodes to be deployed across all AZ's used in the Site
|
|
143
|
-
|
|
144
|
-
<a id="vpc"></a>• [`vpc`](#vpc) - Optional Block<br>Defines choice about AWS VPC for a view
|
|
145
|
-
|
|
146
118
|
### Attributes Reference
|
|
147
119
|
|
|
148
120
|
In addition to all arguments above, the following attributes are exported:
|
|
@@ -177,16 +149,6 @@ A [`clear_secret_info`](#admin-password-clear-secret-info) block (within [`admin
|
|
|
177
149
|
|
|
178
150
|
<a id="admin-password-clear-secret-info-url"></a>• [`url`](#admin-password-clear-secret-info-url) - Optional String<br>URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will GET Secret bytes after Base64 decoding
|
|
179
151
|
|
|
180
|
-
#### AWS Cred
|
|
181
|
-
|
|
182
|
-
An [`aws_cred`](#aws-cred) block supports the following:
|
|
183
|
-
|
|
184
|
-
<a id="aws-cred-name"></a>• [`name`](#aws-cred-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
|
|
185
|
-
|
|
186
|
-
<a id="aws-cred-namespace"></a>• [`namespace`](#aws-cred-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
|
|
187
|
-
|
|
188
|
-
<a id="aws-cred-tenant"></a>• [`tenant`](#aws-cred-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
|
|
189
|
-
|
|
190
152
|
#### Blocked Services
|
|
191
153
|
|
|
192
154
|
A [`blocked_services`](#blocked-services) block supports the following:
|
|
@@ -197,13 +159,23 @@ A [`blocked_services`](#blocked-services) block supports the following:
|
|
|
197
159
|
|
|
198
160
|
A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
|
|
199
161
|
|
|
200
|
-
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>
|
|
162
|
+
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
201
163
|
|
|
202
164
|
<a id="type-808ec9"></a>• [`network_type`](#type-808ec9) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
|
|
203
165
|
|
|
204
|
-
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>
|
|
166
|
+
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
205
167
|
|
|
206
|
-
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>
|
|
168
|
+
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
|
|
169
|
+
|
|
170
|
+
#### Cloud Credentials
|
|
171
|
+
|
|
172
|
+
A [`cloud_credentials`](#cloud-credentials) block supports the following:
|
|
173
|
+
|
|
174
|
+
<a id="cloud-credentials-name"></a>• [`name`](#cloud-credentials-name) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then name will hold the referred object's(e.g. Route's) name
|
|
175
|
+
|
|
176
|
+
<a id="cloud-credentials-namespace"></a>• [`namespace`](#cloud-credentials-namespace) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then namespace will hold the referred object's(e.g. Route's) namespace
|
|
177
|
+
|
|
178
|
+
<a id="cloud-credentials-tenant"></a>• [`tenant`](#cloud-credentials-tenant) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
|
|
207
179
|
|
|
208
180
|
#### Coordinates
|
|
209
181
|
|
|
@@ -221,62 +193,6 @@ A [`custom_dns`](#custom-dns) block supports the following:
|
|
|
221
193
|
|
|
222
194
|
<a id="custom-dns-outside-nameserver"></a>• [`outside_nameserver`](#custom-dns-outside-nameserver) - Optional String<br>Optional DNS server IP to be used for name resolution in outside network
|
|
223
195
|
|
|
224
|
-
#### Custom Security Group
|
|
225
|
-
|
|
226
|
-
A [`custom_security_group`](#custom-security-group) block supports the following:
|
|
227
|
-
|
|
228
|
-
<a id="group-id-8e8adb"></a>• [`inside_security_group_id`](#group-id-8e8adb) - Optional String<br>Security Group ID to be attached to SLI(Site Local Inside) Interface
|
|
229
|
-
|
|
230
|
-
<a id="group-id-c3131b"></a>• [`outside_security_group_id`](#group-id-c3131b) - Optional String<br>Security Group ID to be attached to SLO(Site Local Outside) Interface
|
|
231
|
-
|
|
232
|
-
#### Direct Connect Enabled
|
|
233
|
-
|
|
234
|
-
A [`direct_connect_enabled`](#direct-connect-enabled) block supports the following:
|
|
235
|
-
|
|
236
|
-
<a id="direct-connect-enabled-auto-asn"></a>• [`auto_asn`](#direct-connect-enabled-auto-asn) - Optional Block<br>Can be used for messages where no values are needed
|
|
237
|
-
|
|
238
|
-
<a id="direct-connect-enabled-custom-asn"></a>• [`custom_asn`](#direct-connect-enabled-custom-asn) - Optional Number<br>Custom Autonomous System Number
|
|
239
|
-
|
|
240
|
-
<a id="direct-connect-enabled-hosted-vifs"></a>• [`hosted_vifs`](#direct-connect-enabled-hosted-vifs) - Optional Block<br>AWS Direct Connect Hosted VIF Configuration<br>See [Hosted Vifs](#direct-connect-enabled-hosted-vifs) below.
|
|
241
|
-
|
|
242
|
-
<a id="direct-connect-enabled-standard-vifs"></a>• [`standard_vifs`](#direct-connect-enabled-standard-vifs) - Optional Block<br>Can be used for messages where no values are needed
|
|
243
|
-
|
|
244
|
-
#### Direct Connect Enabled Hosted Vifs
|
|
245
|
-
|
|
246
|
-
A [`hosted_vifs`](#direct-connect-enabled-hosted-vifs) block (within [`direct_connect_enabled`](#direct-connect-enabled)) supports the following:
|
|
247
|
-
|
|
248
|
-
<a id="connect-b8275e"></a>• [`site_registration_over_direct_connect`](#connect-b8275e) - Optional Block<br>CloudLink ADN Network Config<br>See [Site Registration Over Direct Connect](#connect-b8275e) below.
|
|
249
|
-
|
|
250
|
-
<a id="internet-6028e0"></a>• [`site_registration_over_internet`](#internet-6028e0) - Optional Block<br>Can be used for messages where no values are needed
|
|
251
|
-
|
|
252
|
-
<a id="list-d6c323"></a>• [`vif_list`](#list-d6c323) - Optional Block<br>List of Hosted VIF Config. List of Hosted VIF Config<br>See [Vif List](#list-d6c323) below.
|
|
253
|
-
|
|
254
|
-
#### Direct Connect Enabled Hosted Vifs Site Registration Over Direct Connect
|
|
255
|
-
|
|
256
|
-
<a id="deep-3f196d"></a>Deeply nested **Connect** block collapsed for readability.
|
|
257
|
-
|
|
258
|
-
#### Direct Connect Enabled Hosted Vifs Vif List
|
|
259
|
-
|
|
260
|
-
A [`vif_list`](#list-d6c323) block (within [`direct_connect_enabled.hosted_vifs`](#direct-connect-enabled-hosted-vifs)) supports the following:
|
|
261
|
-
|
|
262
|
-
<a id="region-3f105f"></a>• [`other_region`](#region-3f105f) - Optional String<br>Other Region
|
|
263
|
-
|
|
264
|
-
<a id="region-3435ff"></a>• [`same_as_site_region`](#region-3435ff) - Optional Block<br>Can be used for messages where no values are needed
|
|
265
|
-
|
|
266
|
-
<a id="vif-id-4f330c"></a>• [`vif_id`](#vif-id-4f330c) - Optional String<br>AWS Direct Connect VIF ID that needs to be connected to the site
|
|
267
|
-
|
|
268
|
-
#### Egress NAT Gw
|
|
269
|
-
|
|
270
|
-
An [`egress_nat_gw`](#egress-nat-gw) block supports the following:
|
|
271
|
-
|
|
272
|
-
<a id="egress-nat-gw-nat-gw-id"></a>• [`nat_gw_id`](#egress-nat-gw-nat-gw-id) - Optional String<br>Existing NAT Gateway ID
|
|
273
|
-
|
|
274
|
-
#### Egress Virtual Private Gateway
|
|
275
|
-
|
|
276
|
-
An [`egress_virtual_private_gateway`](#egress-virtual-private-gateway) block supports the following:
|
|
277
|
-
|
|
278
|
-
<a id="egress-virtual-private-gateway-vgw-id"></a>• [`vgw_id`](#egress-virtual-private-gateway-vgw-id) - Optional String<br>Existing Virtual Private Gateway ID
|
|
279
|
-
|
|
280
196
|
#### Ingress Egress Gw
|
|
281
197
|
|
|
282
198
|
An [`ingress_egress_gw`](#ingress-egress-gw) block supports the following:
|
|
@@ -287,43 +203,49 @@ An [`ingress_egress_gw`](#ingress-egress-gw) block supports the following:
|
|
|
287
203
|
|
|
288
204
|
<a id="policies-a2ee20"></a>• [`active_network_policies`](#policies-a2ee20) - Optional Block<br>Active Firewall Policies Type. List of firewall policy views<br>See [Active Network Policies](#policies-a2ee20) below.
|
|
289
205
|
|
|
290
|
-
<a id="ingress-egress-gw-allowed-vip-port"></a>• [`allowed_vip_port`](#ingress-egress-gw-allowed-vip-port) - Optional Block<br>Defines the TCP port(s) which will be opened on the cloud loadbalancer. Such that the client can use the cloud VIP IP and port combination to reach TCP/HTTP LB configured on the F5XC Site<br>See [Allowed VIP Port](#ingress-egress-gw-allowed-vip-port) below.
|
|
291
|
-
|
|
292
|
-
<a id="ingress-egress-gw-allowed-vip-port-sli"></a>• [`allowed_vip_port_sli`](#ingress-egress-gw-allowed-vip-port-sli) - Optional Block<br>Defines the TCP port(s) which will be opened on the cloud loadbalancer. Such that the client can use the cloud VIP IP and port combination to reach TCP/HTTP LB configured on the F5XC Site<br>See [Allowed VIP Port SLI](#ingress-egress-gw-allowed-vip-port-sli) below.
|
|
293
|
-
|
|
294
|
-
<a id="ingress-egress-gw-aws-certified-hw"></a>• [`aws_certified_hw`](#ingress-egress-gw-aws-certified-hw) - Optional String<br>Name for AWS certified hardware
|
|
295
|
-
|
|
296
|
-
<a id="ingress-egress-gw-az-nodes"></a>• [`az_nodes`](#ingress-egress-gw-az-nodes) - Optional Block<br>Only Single AZ or Three AZ(s) nodes are supported currently<br>See [Az Nodes](#ingress-egress-gw-az-nodes) below.
|
|
297
|
-
|
|
298
206
|
<a id="inside-vn-3ce96a"></a>• [`dc_cluster_group_inside_vn`](#inside-vn-3ce96a) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group Inside Vn](#inside-vn-3ce96a) below.
|
|
299
207
|
|
|
300
208
|
<a id="outside-vn-3594d6"></a>• [`dc_cluster_group_outside_vn`](#outside-vn-3594d6) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group Outside Vn](#outside-vn-3594d6) below.
|
|
301
209
|
|
|
302
|
-
<a id="all-8889af"></a>• [`forward_proxy_allow_all`](#all-8889af) - Optional Block<br>
|
|
210
|
+
<a id="all-8889af"></a>• [`forward_proxy_allow_all`](#all-8889af) - Optional Block<br>Enable this option
|
|
211
|
+
|
|
212
|
+
<a id="ingress-egress-gw-gcp-certified-hw"></a>• [`gcp_certified_hw`](#ingress-egress-gw-gcp-certified-hw) - Optional String<br>Name for GCP certified hardware
|
|
213
|
+
|
|
214
|
+
<a id="ingress-egress-gw-gcp-zone-names"></a>• [`gcp_zone_names`](#ingress-egress-gw-gcp-zone-names) - Optional List<br>X-required List of zones when instances will be created, needs to match with region selected
|
|
303
215
|
|
|
304
216
|
<a id="ingress-egress-gw-global-network-list"></a>• [`global_network_list`](#ingress-egress-gw-global-network-list) - Optional Block<br>Global Network Connection List. List of global network connections<br>See [Global Network List](#ingress-egress-gw-global-network-list) below.
|
|
305
217
|
|
|
218
|
+
<a id="ingress-egress-gw-inside-network"></a>• [`inside_network`](#ingress-egress-gw-inside-network) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Inside Network](#ingress-egress-gw-inside-network) below.
|
|
219
|
+
|
|
306
220
|
<a id="ingress-egress-gw-inside-static-routes"></a>• [`inside_static_routes`](#ingress-egress-gw-inside-static-routes) - Optional Block<br>Static Route List Type. List of static routes<br>See [Inside Static Routes](#ingress-egress-gw-inside-static-routes) below.
|
|
307
221
|
|
|
308
|
-
<a id="ingress-egress-gw-
|
|
222
|
+
<a id="ingress-egress-gw-inside-subnet"></a>• [`inside_subnet`](#ingress-egress-gw-inside-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Inside Subnet](#ingress-egress-gw-inside-subnet) below.
|
|
223
|
+
|
|
224
|
+
<a id="ingress-egress-gw-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#ingress-egress-gw-no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
309
225
|
|
|
310
|
-
<a id="ingress-egress-gw-no-forward-proxy"></a>• [`no_forward_proxy`](#ingress-egress-gw-no-forward-proxy) - Optional Block<br>
|
|
226
|
+
<a id="ingress-egress-gw-no-forward-proxy"></a>• [`no_forward_proxy`](#ingress-egress-gw-no-forward-proxy) - Optional Block<br>Enable this option
|
|
311
227
|
|
|
312
|
-
<a id="ingress-egress-gw-no-global-network"></a>• [`no_global_network`](#ingress-egress-gw-no-global-network) - Optional Block<br>
|
|
228
|
+
<a id="ingress-egress-gw-no-global-network"></a>• [`no_global_network`](#ingress-egress-gw-no-global-network) - Optional Block<br>Enable this option
|
|
313
229
|
|
|
314
|
-
<a id="routes-b69a18"></a>• [`no_inside_static_routes`](#routes-b69a18) - Optional Block<br>
|
|
230
|
+
<a id="routes-b69a18"></a>• [`no_inside_static_routes`](#routes-b69a18) - Optional Block<br>Enable this option
|
|
315
231
|
|
|
316
|
-
<a id="ingress-egress-gw-no-network-policy"></a>• [`no_network_policy`](#ingress-egress-gw-no-network-policy) - Optional Block<br>
|
|
232
|
+
<a id="ingress-egress-gw-no-network-policy"></a>• [`no_network_policy`](#ingress-egress-gw-no-network-policy) - Optional Block<br>Enable this option
|
|
317
233
|
|
|
318
|
-
<a id="routes-630976"></a>• [`no_outside_static_routes`](#routes-630976) - Optional Block<br>
|
|
234
|
+
<a id="routes-630976"></a>• [`no_outside_static_routes`](#routes-630976) - Optional Block<br>Enable this option
|
|
235
|
+
|
|
236
|
+
<a id="ingress-egress-gw-node-number"></a>• [`node_number`](#ingress-egress-gw-node-number) - Optional Number<br>Number of main nodes to create, either 1 or 3
|
|
237
|
+
|
|
238
|
+
<a id="ingress-egress-gw-outside-network"></a>• [`outside_network`](#ingress-egress-gw-outside-network) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Outside Network](#ingress-egress-gw-outside-network) below.
|
|
319
239
|
|
|
320
240
|
<a id="ingress-egress-gw-outside-static-routes"></a>• [`outside_static_routes`](#ingress-egress-gw-outside-static-routes) - Optional Block<br>Static Route List Type. List of static routes<br>See [Outside Static Routes](#ingress-egress-gw-outside-static-routes) below.
|
|
321
241
|
|
|
242
|
+
<a id="ingress-egress-gw-outside-subnet"></a>• [`outside_subnet`](#ingress-egress-gw-outside-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Outside Subnet](#ingress-egress-gw-outside-subnet) below.
|
|
243
|
+
|
|
322
244
|
<a id="mode-4d23c2"></a>• [`performance_enhancement_mode`](#mode-4d23c2) - Optional Block<br>Optimize the site for L3 or L7 traffic processing. L7 optimized is the default<br>See [Performance Enhancement Mode](#mode-4d23c2) below.
|
|
323
245
|
|
|
324
|
-
<a id="public-ip-5f6604"></a>• [`sm_connection_public_ip`](#public-ip-5f6604) - Optional Block<br>
|
|
246
|
+
<a id="public-ip-5f6604"></a>• [`sm_connection_public_ip`](#public-ip-5f6604) - Optional Block<br>Enable this option
|
|
325
247
|
|
|
326
|
-
<a id="ingress-egress-gw-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#ingress-egress-gw-sm-connection-pvt-ip) - Optional Block<br>
|
|
248
|
+
<a id="ingress-egress-gw-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#ingress-egress-gw-sm-connection-pvt-ip) - Optional Block<br>Enable this option
|
|
327
249
|
|
|
328
250
|
#### Ingress Egress Gw Active Enhanced Firewall Policies
|
|
329
251
|
|
|
@@ -355,92 +277,6 @@ An [`active_network_policies`](#policies-a2ee20) block (within [`ingress_egress_
|
|
|
355
277
|
|
|
356
278
|
<a id="deep-18bd39"></a>Deeply nested **Policies** block collapsed for readability.
|
|
357
279
|
|
|
358
|
-
#### Ingress Egress Gw Allowed VIP Port
|
|
359
|
-
|
|
360
|
-
An [`allowed_vip_port`](#ingress-egress-gw-allowed-vip-port) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
361
|
-
|
|
362
|
-
<a id="ports-1f6ac6"></a>• [`custom_ports`](#ports-1f6ac6) - Optional Block<br>Custom Ports. List of Custom port<br>See [Custom Ports](#ports-1f6ac6) below.
|
|
363
|
-
|
|
364
|
-
<a id="port-62fd1d"></a>• [`disable_allowed_vip_port`](#port-62fd1d) - Optional Block<br>Can be used for messages where no values are needed
|
|
365
|
-
|
|
366
|
-
<a id="port-bab911"></a>• [`use_http_https_port`](#port-bab911) - Optional Block<br>Can be used for messages where no values are needed
|
|
367
|
-
|
|
368
|
-
<a id="port-f10619"></a>• [`use_http_port`](#port-f10619) - Optional Block<br>Can be used for messages where no values are needed
|
|
369
|
-
|
|
370
|
-
<a id="port-0cbb5d"></a>• [`use_https_port`](#port-0cbb5d) - Optional Block<br>Can be used for messages where no values are needed
|
|
371
|
-
|
|
372
|
-
#### Ingress Egress Gw Allowed VIP Port Custom Ports
|
|
373
|
-
|
|
374
|
-
<a id="deep-7a42bb"></a>Deeply nested **Ports** block collapsed for readability.
|
|
375
|
-
|
|
376
|
-
#### Ingress Egress Gw Allowed VIP Port SLI
|
|
377
|
-
|
|
378
|
-
An [`allowed_vip_port_sli`](#ingress-egress-gw-allowed-vip-port-sli) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
379
|
-
|
|
380
|
-
<a id="ports-93c5d6"></a>• [`custom_ports`](#ports-93c5d6) - Optional Block<br>Custom Ports. List of Custom port<br>See [Custom Ports](#ports-93c5d6) below.
|
|
381
|
-
|
|
382
|
-
<a id="port-084b63"></a>• [`disable_allowed_vip_port`](#port-084b63) - Optional Block<br>Can be used for messages where no values are needed
|
|
383
|
-
|
|
384
|
-
<a id="port-f98848"></a>• [`use_http_https_port`](#port-f98848) - Optional Block<br>Can be used for messages where no values are needed
|
|
385
|
-
|
|
386
|
-
<a id="port-f1e8a8"></a>• [`use_http_port`](#port-f1e8a8) - Optional Block<br>Can be used for messages where no values are needed
|
|
387
|
-
|
|
388
|
-
<a id="port-39b9bd"></a>• [`use_https_port`](#port-39b9bd) - Optional Block<br>Can be used for messages where no values are needed
|
|
389
|
-
|
|
390
|
-
#### Ingress Egress Gw Allowed VIP Port SLI Custom Ports
|
|
391
|
-
|
|
392
|
-
<a id="deep-097e05"></a>Deeply nested **Ports** block collapsed for readability.
|
|
393
|
-
|
|
394
|
-
#### Ingress Egress Gw Az Nodes
|
|
395
|
-
|
|
396
|
-
An [`az_nodes`](#ingress-egress-gw-az-nodes) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
397
|
-
|
|
398
|
-
<a id="ingress-egress-gw-az-nodes-aws-az-name"></a>• [`aws_az_name`](#ingress-egress-gw-az-nodes-aws-az-name) - Optional String<br>AWS availability zone, must be consistent with the selected AWS region
|
|
399
|
-
|
|
400
|
-
<a id="subnet-c4f554"></a>• [`inside_subnet`](#subnet-c4f554) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Inside Subnet](#subnet-c4f554) below.
|
|
401
|
-
|
|
402
|
-
<a id="subnet-631d3b"></a>• [`outside_subnet`](#subnet-631d3b) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Outside Subnet](#subnet-631d3b) below.
|
|
403
|
-
|
|
404
|
-
<a id="subnet-679648"></a>• [`reserved_inside_subnet`](#subnet-679648) - Optional Block<br>Can be used for messages where no values are needed
|
|
405
|
-
|
|
406
|
-
<a id="subnet-333bb8"></a>• [`workload_subnet`](#subnet-333bb8) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Workload Subnet](#subnet-333bb8) below.
|
|
407
|
-
|
|
408
|
-
#### Ingress Egress Gw Az Nodes Inside Subnet
|
|
409
|
-
|
|
410
|
-
An [`inside_subnet`](#subnet-c4f554) block (within [`ingress_egress_gw.az_nodes`](#ingress-egress-gw-az-nodes)) supports the following:
|
|
411
|
-
|
|
412
|
-
<a id="subnet-id-aebf65"></a>• [`existing_subnet_id`](#subnet-id-aebf65) - Optional String<br>Information about existing subnet ID
|
|
413
|
-
|
|
414
|
-
<a id="param-cef0bb"></a>• [`subnet_param`](#param-cef0bb) - Optional Block<br>Parameters for creating a new cloud subnet<br>See [Subnet Param](#param-cef0bb) below.
|
|
415
|
-
|
|
416
|
-
#### Ingress Egress Gw Az Nodes Inside Subnet Subnet Param
|
|
417
|
-
|
|
418
|
-
<a id="deep-7b2aa4"></a>Deeply nested **Param** block collapsed for readability.
|
|
419
|
-
|
|
420
|
-
#### Ingress Egress Gw Az Nodes Outside Subnet
|
|
421
|
-
|
|
422
|
-
An [`outside_subnet`](#subnet-631d3b) block (within [`ingress_egress_gw.az_nodes`](#ingress-egress-gw-az-nodes)) supports the following:
|
|
423
|
-
|
|
424
|
-
<a id="subnet-id-d34b28"></a>• [`existing_subnet_id`](#subnet-id-d34b28) - Optional String<br>Information about existing subnet ID
|
|
425
|
-
|
|
426
|
-
<a id="param-c11d6b"></a>• [`subnet_param`](#param-c11d6b) - Optional Block<br>Parameters for creating a new cloud subnet<br>See [Subnet Param](#param-c11d6b) below.
|
|
427
|
-
|
|
428
|
-
#### Ingress Egress Gw Az Nodes Outside Subnet Subnet Param
|
|
429
|
-
|
|
430
|
-
<a id="deep-4b83fd"></a>Deeply nested **Param** block collapsed for readability.
|
|
431
|
-
|
|
432
|
-
#### Ingress Egress Gw Az Nodes Workload Subnet
|
|
433
|
-
|
|
434
|
-
A [`workload_subnet`](#subnet-333bb8) block (within [`ingress_egress_gw.az_nodes`](#ingress-egress-gw-az-nodes)) supports the following:
|
|
435
|
-
|
|
436
|
-
<a id="subnet-id-bfd2a7"></a>• [`existing_subnet_id`](#subnet-id-bfd2a7) - Optional String<br>Information about existing subnet ID
|
|
437
|
-
|
|
438
|
-
<a id="param-040933"></a>• [`subnet_param`](#param-040933) - Optional Block<br>Parameters for creating a new cloud subnet<br>See [Subnet Param](#param-040933) below.
|
|
439
|
-
|
|
440
|
-
#### Ingress Egress Gw Az Nodes Workload Subnet Subnet Param
|
|
441
|
-
|
|
442
|
-
<a id="deep-bdf65c"></a>Deeply nested **Param** block collapsed for readability.
|
|
443
|
-
|
|
444
280
|
#### Ingress Egress Gw Dc Cluster Group Inside Vn
|
|
445
281
|
|
|
446
282
|
<a id="deep-23860c"></a>Deeply nested **Vn** block collapsed for readability.
|
|
@@ -475,6 +311,28 @@ A [`global_network_list`](#ingress-egress-gw-global-network-list) block (within
|
|
|
475
311
|
|
|
476
312
|
<a id="deep-184e24"></a>Deeply nested **Vn** block collapsed for readability.
|
|
477
313
|
|
|
314
|
+
#### Ingress Egress Gw Inside Network
|
|
315
|
+
|
|
316
|
+
An [`inside_network`](#ingress-egress-gw-inside-network) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
317
|
+
|
|
318
|
+
<a id="network-9ee4a6"></a>• [`existing_network`](#network-9ee4a6) - Optional Block<br>GCP existing VPC network Type. Name of existing VPC network<br>See [Existing Network](#network-9ee4a6) below.
|
|
319
|
+
|
|
320
|
+
<a id="network-6793f9"></a>• [`new_network`](#network-6793f9) - Optional Block<br>Parameters to create a new GCP VPC Network<br>See [New Network](#network-6793f9) below.
|
|
321
|
+
|
|
322
|
+
<a id="autogenerate-1169b7"></a>• [`new_network_autogenerate`](#autogenerate-1169b7) - Optional Block<br>Create a new GCP VPC Network with autogenerated name
|
|
323
|
+
|
|
324
|
+
#### Ingress Egress Gw Inside Network Existing Network
|
|
325
|
+
|
|
326
|
+
An [`existing_network`](#network-9ee4a6) block (within [`ingress_egress_gw.inside_network`](#ingress-egress-gw-inside-network)) supports the following:
|
|
327
|
+
|
|
328
|
+
<a id="name-27b371"></a>• [`name`](#name-27b371) - Optional String<br>Name for your GCP VPC Network
|
|
329
|
+
|
|
330
|
+
#### Ingress Egress Gw Inside Network New Network
|
|
331
|
+
|
|
332
|
+
A [`new_network`](#network-6793f9) block (within [`ingress_egress_gw.inside_network`](#ingress-egress-gw-inside-network)) supports the following:
|
|
333
|
+
|
|
334
|
+
<a id="name-10e7e2"></a>• [`name`](#name-10e7e2) - Optional String<br>Name for your GCP VPC Network
|
|
335
|
+
|
|
478
336
|
#### Ingress Egress Gw Inside Static Routes
|
|
479
337
|
|
|
480
338
|
An [`inside_static_routes`](#ingress-egress-gw-inside-static-routes) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
@@ -521,6 +379,50 @@ An [`inside_static_routes`](#ingress-egress-gw-inside-static-routes) block (with
|
|
|
521
379
|
|
|
522
380
|
<a id="deep-5dec85"></a>Deeply nested **IPv6** block collapsed for readability.
|
|
523
381
|
|
|
382
|
+
#### Ingress Egress Gw Inside Subnet
|
|
383
|
+
|
|
384
|
+
An [`inside_subnet`](#ingress-egress-gw-inside-subnet) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
385
|
+
|
|
386
|
+
<a id="subnet-d874b8"></a>• [`existing_subnet`](#subnet-d874b8) - Optional Block<br>GCP existing subnet Type. Name of existing GCP subnet<br>See [Existing Subnet](#subnet-d874b8) below.
|
|
387
|
+
|
|
388
|
+
<a id="subnet-b1adf6"></a>• [`new_subnet`](#subnet-b1adf6) - Optional Block<br>GCP subnet parameters Type. Parameters for GCP subnet<br>See [New Subnet](#subnet-b1adf6) below.
|
|
389
|
+
|
|
390
|
+
#### Ingress Egress Gw Inside Subnet Existing Subnet
|
|
391
|
+
|
|
392
|
+
An [`existing_subnet`](#subnet-d874b8) block (within [`ingress_egress_gw.inside_subnet`](#ingress-egress-gw-inside-subnet)) supports the following:
|
|
393
|
+
|
|
394
|
+
<a id="name-2f0d2c"></a>• [`subnet_name`](#name-2f0d2c) - Optional String<br>Name of your subnet in VPC network
|
|
395
|
+
|
|
396
|
+
#### Ingress Egress Gw Inside Subnet New Subnet
|
|
397
|
+
|
|
398
|
+
A [`new_subnet`](#subnet-b1adf6) block (within [`ingress_egress_gw.inside_subnet`](#ingress-egress-gw-inside-subnet)) supports the following:
|
|
399
|
+
|
|
400
|
+
<a id="ipv4-135b73"></a>• [`primary_ipv4`](#ipv4-135b73) - Optional String<br>IPv4 prefix for this Subnet. It has to be private address space
|
|
401
|
+
|
|
402
|
+
<a id="name-7a1f7c"></a>• [`subnet_name`](#name-7a1f7c) - Optional String<br>Name of new VPC Subnet, will be autogenerated if empty
|
|
403
|
+
|
|
404
|
+
#### Ingress Egress Gw Outside Network
|
|
405
|
+
|
|
406
|
+
An [`outside_network`](#ingress-egress-gw-outside-network) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
407
|
+
|
|
408
|
+
<a id="network-7bcebe"></a>• [`existing_network`](#network-7bcebe) - Optional Block<br>GCP existing VPC network Type. Name of existing VPC network<br>See [Existing Network](#network-7bcebe) below.
|
|
409
|
+
|
|
410
|
+
<a id="network-958024"></a>• [`new_network`](#network-958024) - Optional Block<br>Parameters to create a new GCP VPC Network<br>See [New Network](#network-958024) below.
|
|
411
|
+
|
|
412
|
+
<a id="autogenerate-74de44"></a>• [`new_network_autogenerate`](#autogenerate-74de44) - Optional Block<br>Create a new GCP VPC Network with autogenerated name
|
|
413
|
+
|
|
414
|
+
#### Ingress Egress Gw Outside Network Existing Network
|
|
415
|
+
|
|
416
|
+
An [`existing_network`](#network-7bcebe) block (within [`ingress_egress_gw.outside_network`](#ingress-egress-gw-outside-network)) supports the following:
|
|
417
|
+
|
|
418
|
+
<a id="name-b3e497"></a>• [`name`](#name-b3e497) - Optional String<br>Name for your GCP VPC Network
|
|
419
|
+
|
|
420
|
+
#### Ingress Egress Gw Outside Network New Network
|
|
421
|
+
|
|
422
|
+
A [`new_network`](#network-958024) block (within [`ingress_egress_gw.outside_network`](#ingress-egress-gw-outside-network)) supports the following:
|
|
423
|
+
|
|
424
|
+
<a id="name-732274"></a>• [`name`](#name-732274) - Optional String<br>Name for your GCP VPC Network
|
|
425
|
+
|
|
524
426
|
#### Ingress Egress Gw Outside Static Routes
|
|
525
427
|
|
|
526
428
|
An [`outside_static_routes`](#ingress-egress-gw-outside-static-routes) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
@@ -567,13 +469,35 @@ An [`outside_static_routes`](#ingress-egress-gw-outside-static-routes) block (wi
|
|
|
567
469
|
|
|
568
470
|
<a id="deep-21fa47"></a>Deeply nested **IPv6** block collapsed for readability.
|
|
569
471
|
|
|
472
|
+
#### Ingress Egress Gw Outside Subnet
|
|
473
|
+
|
|
474
|
+
An [`outside_subnet`](#ingress-egress-gw-outside-subnet) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
475
|
+
|
|
476
|
+
<a id="subnet-34a158"></a>• [`existing_subnet`](#subnet-34a158) - Optional Block<br>GCP existing subnet Type. Name of existing GCP subnet<br>See [Existing Subnet](#subnet-34a158) below.
|
|
477
|
+
|
|
478
|
+
<a id="subnet-8ff867"></a>• [`new_subnet`](#subnet-8ff867) - Optional Block<br>GCP subnet parameters Type. Parameters for GCP subnet<br>See [New Subnet](#subnet-8ff867) below.
|
|
479
|
+
|
|
480
|
+
#### Ingress Egress Gw Outside Subnet Existing Subnet
|
|
481
|
+
|
|
482
|
+
An [`existing_subnet`](#subnet-34a158) block (within [`ingress_egress_gw.outside_subnet`](#ingress-egress-gw-outside-subnet)) supports the following:
|
|
483
|
+
|
|
484
|
+
<a id="name-091b0d"></a>• [`subnet_name`](#name-091b0d) - Optional String<br>Name of your subnet in VPC network
|
|
485
|
+
|
|
486
|
+
#### Ingress Egress Gw Outside Subnet New Subnet
|
|
487
|
+
|
|
488
|
+
A [`new_subnet`](#subnet-8ff867) block (within [`ingress_egress_gw.outside_subnet`](#ingress-egress-gw-outside-subnet)) supports the following:
|
|
489
|
+
|
|
490
|
+
<a id="ipv4-91f9e5"></a>• [`primary_ipv4`](#ipv4-91f9e5) - Optional String<br>IPv4 prefix for this Subnet. It has to be private address space
|
|
491
|
+
|
|
492
|
+
<a id="name-aba138"></a>• [`subnet_name`](#name-aba138) - Optional String<br>Name of new VPC Subnet, will be autogenerated if empty
|
|
493
|
+
|
|
570
494
|
#### Ingress Egress Gw Performance Enhancement Mode
|
|
571
495
|
|
|
572
496
|
A [`performance_enhancement_mode`](#mode-4d23c2) block (within [`ingress_egress_gw`](#ingress-egress-gw)) supports the following:
|
|
573
497
|
|
|
574
498
|
<a id="enhanced-410f18"></a>• [`perf_mode_l3_enhanced`](#enhanced-410f18) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-410f18) below.
|
|
575
499
|
|
|
576
|
-
<a id="enhanced-90e2b5"></a>• [`perf_mode_l7_enhanced`](#enhanced-90e2b5) - Optional Block<br>
|
|
500
|
+
<a id="enhanced-90e2b5"></a>• [`perf_mode_l7_enhanced`](#enhanced-90e2b5) - Optional Block<br>Enable this option
|
|
577
501
|
|
|
578
502
|
#### Ingress Egress Gw Performance Enhancement Mode Perf Mode L3 Enhanced
|
|
579
503
|
|
|
@@ -583,53 +507,61 @@ A [`performance_enhancement_mode`](#mode-4d23c2) block (within [`ingress_egress_
|
|
|
583
507
|
|
|
584
508
|
An [`ingress_gw`](#ingress-gw) block supports the following:
|
|
585
509
|
|
|
586
|
-
<a id="ingress-gw-
|
|
510
|
+
<a id="ingress-gw-gcp-certified-hw"></a>• [`gcp_certified_hw`](#ingress-gw-gcp-certified-hw) - Optional String<br>Name for GCP certified hardware
|
|
511
|
+
|
|
512
|
+
<a id="ingress-gw-gcp-zone-names"></a>• [`gcp_zone_names`](#ingress-gw-gcp-zone-names) - Optional List<br>X-required List of zones when instances will be created, needs to match with region selected
|
|
587
513
|
|
|
588
|
-
<a id="ingress-gw-
|
|
514
|
+
<a id="ingress-gw-local-network"></a>• [`local_network`](#ingress-gw-local-network) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Local Network](#ingress-gw-local-network) below.
|
|
589
515
|
|
|
590
|
-
<a id="ingress-gw-
|
|
516
|
+
<a id="ingress-gw-local-subnet"></a>• [`local_subnet`](#ingress-gw-local-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Local Subnet](#ingress-gw-local-subnet) below.
|
|
517
|
+
|
|
518
|
+
<a id="ingress-gw-node-number"></a>• [`node_number`](#ingress-gw-node-number) - Optional Number<br>Number of main nodes to create, either 1 or 3
|
|
591
519
|
|
|
592
520
|
<a id="ingress-gw-performance-enhancement-mode"></a>• [`performance_enhancement_mode`](#ingress-gw-performance-enhancement-mode) - Optional Block<br>Optimize the site for L3 or L7 traffic processing. L7 optimized is the default<br>See [Performance Enhancement Mode](#ingress-gw-performance-enhancement-mode) below.
|
|
593
521
|
|
|
594
|
-
#### Ingress Gw
|
|
522
|
+
#### Ingress Gw Local Network
|
|
523
|
+
|
|
524
|
+
A [`local_network`](#ingress-gw-local-network) block (within [`ingress_gw`](#ingress-gw)) supports the following:
|
|
525
|
+
|
|
526
|
+
<a id="network-16c1d3"></a>• [`existing_network`](#network-16c1d3) - Optional Block<br>GCP existing VPC network Type. Name of existing VPC network<br>See [Existing Network](#network-16c1d3) below.
|
|
595
527
|
|
|
596
|
-
|
|
528
|
+
<a id="ingress-gw-local-network-new-network"></a>• [`new_network`](#ingress-gw-local-network-new-network) - Optional Block<br>Parameters to create a new GCP VPC Network<br>See [New Network](#ingress-gw-local-network-new-network) below.
|
|
597
529
|
|
|
598
|
-
<a id="
|
|
530
|
+
<a id="autogenerate-3c23a7"></a>• [`new_network_autogenerate`](#autogenerate-3c23a7) - Optional Block<br>Create a new GCP VPC Network with autogenerated name
|
|
599
531
|
|
|
600
|
-
|
|
532
|
+
#### Ingress Gw Local Network Existing Network
|
|
601
533
|
|
|
602
|
-
|
|
534
|
+
An [`existing_network`](#network-16c1d3) block (within [`ingress_gw.local_network`](#ingress-gw-local-network)) supports the following:
|
|
603
535
|
|
|
604
|
-
<a id="
|
|
536
|
+
<a id="name-03ee92"></a>• [`name`](#name-03ee92) - Optional String<br>Name for your GCP VPC Network
|
|
605
537
|
|
|
606
|
-
|
|
538
|
+
#### Ingress Gw Local Network New Network
|
|
607
539
|
|
|
608
|
-
|
|
540
|
+
A [`new_network`](#ingress-gw-local-network-new-network) block (within [`ingress_gw.local_network`](#ingress-gw-local-network)) supports the following:
|
|
609
541
|
|
|
610
|
-
|
|
542
|
+
<a id="name-a157ec"></a>• [`name`](#name-a157ec) - Optional String<br>Name for your GCP VPC Network
|
|
611
543
|
|
|
612
|
-
|
|
544
|
+
#### Ingress Gw Local Subnet
|
|
613
545
|
|
|
614
|
-
|
|
546
|
+
A [`local_subnet`](#ingress-gw-local-subnet) block (within [`ingress_gw`](#ingress-gw)) supports the following:
|
|
615
547
|
|
|
616
|
-
|
|
548
|
+
<a id="ingress-gw-local-subnet-existing-subnet"></a>• [`existing_subnet`](#ingress-gw-local-subnet-existing-subnet) - Optional Block<br>GCP existing subnet Type. Name of existing GCP subnet<br>See [Existing Subnet](#ingress-gw-local-subnet-existing-subnet) below.
|
|
617
549
|
|
|
618
|
-
<a id="ingress-gw-
|
|
550
|
+
<a id="ingress-gw-local-subnet-new-subnet"></a>• [`new_subnet`](#ingress-gw-local-subnet-new-subnet) - Optional Block<br>GCP subnet parameters Type. Parameters for GCP subnet<br>See [New Subnet](#ingress-gw-local-subnet-new-subnet) below.
|
|
619
551
|
|
|
620
|
-
|
|
552
|
+
#### Ingress Gw Local Subnet Existing Subnet
|
|
621
553
|
|
|
622
|
-
|
|
554
|
+
An [`existing_subnet`](#ingress-gw-local-subnet-existing-subnet) block (within [`ingress_gw.local_subnet`](#ingress-gw-local-subnet)) supports the following:
|
|
623
555
|
|
|
624
|
-
|
|
556
|
+
<a id="name-a79c96"></a>• [`subnet_name`](#name-a79c96) - Optional String<br>Name of your subnet in VPC network
|
|
625
557
|
|
|
626
|
-
|
|
558
|
+
#### Ingress Gw Local Subnet New Subnet
|
|
627
559
|
|
|
628
|
-
|
|
560
|
+
A [`new_subnet`](#ingress-gw-local-subnet-new-subnet) block (within [`ingress_gw.local_subnet`](#ingress-gw-local-subnet)) supports the following:
|
|
629
561
|
|
|
630
|
-
|
|
562
|
+
<a id="ipv4-a6bd10"></a>• [`primary_ipv4`](#ipv4-a6bd10) - Optional String<br>IPv4 prefix for this Subnet. It has to be private address space
|
|
631
563
|
|
|
632
|
-
<a id="
|
|
564
|
+
<a id="name-e9b491"></a>• [`subnet_name`](#name-e9b491) - Optional String<br>Name of new VPC Subnet, will be autogenerated if empty
|
|
633
565
|
|
|
634
566
|
#### Ingress Gw Performance Enhancement Mode
|
|
635
567
|
|
|
@@ -637,7 +569,7 @@ A [`performance_enhancement_mode`](#ingress-gw-performance-enhancement-mode) blo
|
|
|
637
569
|
|
|
638
570
|
<a id="enhanced-5a06c8"></a>• [`perf_mode_l3_enhanced`](#enhanced-5a06c8) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-5a06c8) below.
|
|
639
571
|
|
|
640
|
-
<a id="enhanced-6fdd43"></a>• [`perf_mode_l7_enhanced`](#enhanced-6fdd43) - Optional Block<br>
|
|
572
|
+
<a id="enhanced-6fdd43"></a>• [`perf_mode_l7_enhanced`](#enhanced-6fdd43) - Optional Block<br>Enable this option
|
|
641
573
|
|
|
642
574
|
#### Ingress Gw Performance Enhancement Mode Perf Mode L3 Enhanced
|
|
643
575
|
|
|
@@ -647,7 +579,7 @@ A [`performance_enhancement_mode`](#ingress-gw-performance-enhancement-mode) blo
|
|
|
647
579
|
|
|
648
580
|
A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
|
|
649
581
|
|
|
650
|
-
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>
|
|
582
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
651
583
|
|
|
652
584
|
<a id="drain-7e30d4"></a>• [`enable_upgrade_drain`](#drain-7e30d4) - Optional Block<br>Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-7e30d4) below.
|
|
653
585
|
|
|
@@ -655,13 +587,13 @@ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the fol
|
|
|
655
587
|
|
|
656
588
|
An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
|
|
657
589
|
|
|
658
|
-
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>
|
|
590
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
659
591
|
|
|
660
592
|
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
661
593
|
|
|
662
594
|
<a id="timeout-ac4ee9"></a>• [`drain_node_timeout`](#timeout-ac4ee9) - Optional Number<br>Seconds to wait before initiating upgrade on the next set of nodes. Setting it to 0 will wait indefinitely for all services on nodes to be upgraded gracefully before proceeding to the next set of nodes. (Warning: It may block upgrade if services on a node cannot be gracefully upgraded. It is
|
|
663
595
|
|
|
664
|
-
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>
|
|
596
|
+
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
|
|
665
597
|
|
|
666
598
|
#### Log Receiver
|
|
667
599
|
|
|
@@ -677,15 +609,15 @@ A [`log_receiver`](#log-receiver) block supports the following:
|
|
|
677
609
|
|
|
678
610
|
An [`offline_survivability_mode`](#offline-survivability-mode) block supports the following:
|
|
679
611
|
|
|
680
|
-
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>
|
|
612
|
+
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Enable this option
|
|
681
613
|
|
|
682
|
-
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>
|
|
614
|
+
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
|
|
683
615
|
|
|
684
616
|
#### OS
|
|
685
617
|
|
|
686
618
|
An [`os`](#os) block supports the following:
|
|
687
619
|
|
|
688
|
-
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>
|
|
620
|
+
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
|
|
689
621
|
|
|
690
622
|
<a id="os-operating-system-version"></a>• [`operating_system_version`](#os-operating-system-version) - Optional String<br>Specify a OS version to be used e.g. 9.2024.6
|
|
691
623
|
|
|
@@ -695,9 +627,9 @@ A [`private_connectivity`](#private-connectivity) block supports the following:
|
|
|
695
627
|
|
|
696
628
|
<a id="private-connectivity-cloud-link"></a>• [`cloud_link`](#private-connectivity-cloud-link) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Cloud Link](#private-connectivity-cloud-link) below.
|
|
697
629
|
|
|
698
|
-
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>
|
|
630
|
+
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>Enable this option
|
|
699
631
|
|
|
700
|
-
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>
|
|
632
|
+
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>Enable this option
|
|
701
633
|
|
|
702
634
|
#### Private Connectivity Cloud Link
|
|
703
635
|
|
|
@@ -713,7 +645,7 @@ A [`cloud_link`](#private-connectivity-cloud-link) block (within [`private_conne
|
|
|
713
645
|
|
|
714
646
|
A [`sw`](#sw) block supports the following:
|
|
715
647
|
|
|
716
|
-
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>
|
|
648
|
+
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
|
|
717
649
|
|
|
718
650
|
<a id="sw-volterra-software-version"></a>• [`volterra_software_version`](#sw-volterra-software-version) - Optional String<br>Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
|
|
719
651
|
|
|
@@ -739,39 +671,43 @@ A [`voltstack_cluster`](#voltstack-cluster) block supports the following:
|
|
|
739
671
|
|
|
740
672
|
<a id="policies-704e06"></a>• [`active_network_policies`](#policies-704e06) - Optional Block<br>Active Firewall Policies Type. List of firewall policy views<br>See [Active Network Policies](#policies-704e06) below.
|
|
741
673
|
|
|
742
|
-
<a id="voltstack-cluster-
|
|
743
|
-
|
|
744
|
-
<a id="voltstack-cluster-aws-certified-hw"></a>• [`aws_certified_hw`](#voltstack-cluster-aws-certified-hw) - Optional String<br>Name for AWS certified hardware
|
|
674
|
+
<a id="voltstack-cluster-dc-cluster-group"></a>• [`dc_cluster_group`](#voltstack-cluster-dc-cluster-group) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group](#voltstack-cluster-dc-cluster-group) below.
|
|
745
675
|
|
|
746
|
-
<a id="voltstack-cluster-
|
|
676
|
+
<a id="voltstack-cluster-default-storage"></a>• [`default_storage`](#voltstack-cluster-default-storage) - Optional Block<br>Enable this option
|
|
747
677
|
|
|
748
|
-
<a id="
|
|
678
|
+
<a id="all-48d905"></a>• [`forward_proxy_allow_all`](#all-48d905) - Optional Block<br>Enable this option
|
|
749
679
|
|
|
750
|
-
<a id="voltstack-cluster-
|
|
680
|
+
<a id="voltstack-cluster-gcp-certified-hw"></a>• [`gcp_certified_hw`](#voltstack-cluster-gcp-certified-hw) - Optional String<br>Name for GCP certified hardware
|
|
751
681
|
|
|
752
|
-
<a id="
|
|
682
|
+
<a id="voltstack-cluster-gcp-zone-names"></a>• [`gcp_zone_names`](#voltstack-cluster-gcp-zone-names) - Optional List<br>X-required List of zones when instances will be created, needs to match with region selected
|
|
753
683
|
|
|
754
684
|
<a id="voltstack-cluster-global-network-list"></a>• [`global_network_list`](#voltstack-cluster-global-network-list) - Optional Block<br>Global Network Connection List. List of global network connections<br>See [Global Network List](#voltstack-cluster-global-network-list) below.
|
|
755
685
|
|
|
756
686
|
<a id="voltstack-cluster-k8s-cluster"></a>• [`k8s_cluster`](#voltstack-cluster-k8s-cluster) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [K8S Cluster](#voltstack-cluster-k8s-cluster) below.
|
|
757
687
|
|
|
758
|
-
<a id="voltstack-cluster-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#voltstack-cluster-no-dc-cluster-group) - Optional Block<br>
|
|
688
|
+
<a id="voltstack-cluster-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#voltstack-cluster-no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
689
|
+
|
|
690
|
+
<a id="voltstack-cluster-no-forward-proxy"></a>• [`no_forward_proxy`](#voltstack-cluster-no-forward-proxy) - Optional Block<br>Enable this option
|
|
759
691
|
|
|
760
|
-
<a id="voltstack-cluster-no-
|
|
692
|
+
<a id="voltstack-cluster-no-global-network"></a>• [`no_global_network`](#voltstack-cluster-no-global-network) - Optional Block<br>Enable this option
|
|
761
693
|
|
|
762
|
-
<a id="voltstack-cluster-no-
|
|
694
|
+
<a id="voltstack-cluster-no-k8s-cluster"></a>• [`no_k8s_cluster`](#voltstack-cluster-no-k8s-cluster) - Optional Block<br>Enable this option
|
|
763
695
|
|
|
764
|
-
<a id="voltstack-cluster-no-
|
|
696
|
+
<a id="voltstack-cluster-no-network-policy"></a>• [`no_network_policy`](#voltstack-cluster-no-network-policy) - Optional Block<br>Enable this option
|
|
765
697
|
|
|
766
|
-
<a id="
|
|
698
|
+
<a id="routes-3cc7bc"></a>• [`no_outside_static_routes`](#routes-3cc7bc) - Optional Block<br>Enable this option
|
|
767
699
|
|
|
768
|
-
<a id="
|
|
700
|
+
<a id="voltstack-cluster-node-number"></a>• [`node_number`](#voltstack-cluster-node-number) - Optional Number<br>Number of main nodes to create, either 1 or 3
|
|
769
701
|
|
|
770
702
|
<a id="voltstack-cluster-outside-static-routes"></a>• [`outside_static_routes`](#voltstack-cluster-outside-static-routes) - Optional Block<br>Static Route List Type. List of static routes<br>See [Outside Static Routes](#voltstack-cluster-outside-static-routes) below.
|
|
771
703
|
|
|
772
|
-
<a id="
|
|
704
|
+
<a id="voltstack-cluster-site-local-network"></a>• [`site_local_network`](#voltstack-cluster-site-local-network) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Site Local Network](#voltstack-cluster-site-local-network) below.
|
|
773
705
|
|
|
774
|
-
<a id="voltstack-cluster-
|
|
706
|
+
<a id="voltstack-cluster-site-local-subnet"></a>• [`site_local_subnet`](#voltstack-cluster-site-local-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Site Local Subnet](#voltstack-cluster-site-local-subnet) below.
|
|
707
|
+
|
|
708
|
+
<a id="public-ip-8ed01a"></a>• [`sm_connection_public_ip`](#public-ip-8ed01a) - Optional Block<br>Enable this option
|
|
709
|
+
|
|
710
|
+
<a id="voltstack-cluster-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#voltstack-cluster-sm-connection-pvt-ip) - Optional Block<br>Enable this option
|
|
775
711
|
|
|
776
712
|
<a id="voltstack-cluster-storage-class-list"></a>• [`storage_class_list`](#voltstack-cluster-storage-class-list) - Optional Block<br>Add additional custom storage classes in Kubernetes for this site<br>See [Storage Class List](#voltstack-cluster-storage-class-list) below.
|
|
777
713
|
|
|
@@ -811,46 +747,6 @@ A [`network_policies`](#policies-0d13f8) block (within [`voltstack_cluster.activ
|
|
|
811
747
|
|
|
812
748
|
<a id="tenant-fa44e1"></a>• [`tenant`](#tenant-fa44e1) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then tenant will hold the referred object's(e.g. Route's) tenant
|
|
813
749
|
|
|
814
|
-
#### Voltstack Cluster Allowed VIP Port
|
|
815
|
-
|
|
816
|
-
An [`allowed_vip_port`](#voltstack-cluster-allowed-vip-port) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
817
|
-
|
|
818
|
-
<a id="ports-22d935"></a>• [`custom_ports`](#ports-22d935) - Optional Block<br>Custom Ports. List of Custom port<br>See [Custom Ports](#ports-22d935) below.
|
|
819
|
-
|
|
820
|
-
<a id="port-b20bcf"></a>• [`disable_allowed_vip_port`](#port-b20bcf) - Optional Block<br>Can be used for messages where no values are needed
|
|
821
|
-
|
|
822
|
-
<a id="port-f73b33"></a>• [`use_http_https_port`](#port-f73b33) - Optional Block<br>Can be used for messages where no values are needed
|
|
823
|
-
|
|
824
|
-
<a id="port-6ad494"></a>• [`use_http_port`](#port-6ad494) - Optional Block<br>Can be used for messages where no values are needed
|
|
825
|
-
|
|
826
|
-
<a id="port-4002d5"></a>• [`use_https_port`](#port-4002d5) - Optional Block<br>Can be used for messages where no values are needed
|
|
827
|
-
|
|
828
|
-
#### Voltstack Cluster Allowed VIP Port Custom Ports
|
|
829
|
-
|
|
830
|
-
A [`custom_ports`](#ports-22d935) block (within [`voltstack_cluster.allowed_vip_port`](#voltstack-cluster-allowed-vip-port)) supports the following:
|
|
831
|
-
|
|
832
|
-
<a id="ranges-16640f"></a>• [`port_ranges`](#ranges-16640f) - Optional String<br>Port Ranges. Port Ranges
|
|
833
|
-
|
|
834
|
-
#### Voltstack Cluster Az Nodes
|
|
835
|
-
|
|
836
|
-
An [`az_nodes`](#voltstack-cluster-az-nodes) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
837
|
-
|
|
838
|
-
<a id="voltstack-cluster-az-nodes-aws-az-name"></a>• [`aws_az_name`](#voltstack-cluster-az-nodes-aws-az-name) - Optional String<br>AWS availability zone, must be consistent with the selected AWS region
|
|
839
|
-
|
|
840
|
-
<a id="voltstack-cluster-az-nodes-local-subnet"></a>• [`local_subnet`](#voltstack-cluster-az-nodes-local-subnet) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Local Subnet](#voltstack-cluster-az-nodes-local-subnet) below.
|
|
841
|
-
|
|
842
|
-
#### Voltstack Cluster Az Nodes Local Subnet
|
|
843
|
-
|
|
844
|
-
A [`local_subnet`](#voltstack-cluster-az-nodes-local-subnet) block (within [`voltstack_cluster.az_nodes`](#voltstack-cluster-az-nodes)) supports the following:
|
|
845
|
-
|
|
846
|
-
<a id="subnet-id-5c6a64"></a>• [`existing_subnet_id`](#subnet-id-5c6a64) - Optional String<br>Information about existing subnet ID
|
|
847
|
-
|
|
848
|
-
<a id="param-9b306d"></a>• [`subnet_param`](#param-9b306d) - Optional Block<br>Parameters for creating a new cloud subnet<br>See [Subnet Param](#param-9b306d) below.
|
|
849
|
-
|
|
850
|
-
#### Voltstack Cluster Az Nodes Local Subnet Subnet Param
|
|
851
|
-
|
|
852
|
-
<a id="deep-5303b7"></a>Deeply nested **Param** block collapsed for readability.
|
|
853
|
-
|
|
854
750
|
#### Voltstack Cluster Dc Cluster Group
|
|
855
751
|
|
|
856
752
|
A [`dc_cluster_group`](#voltstack-cluster-dc-cluster-group) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
@@ -943,37 +839,63 @@ An [`outside_static_routes`](#voltstack-cluster-outside-static-routes) block (wi
|
|
|
943
839
|
|
|
944
840
|
<a id="deep-85f420"></a>Deeply nested **IPv6** block collapsed for readability.
|
|
945
841
|
|
|
946
|
-
#### Voltstack Cluster
|
|
842
|
+
#### Voltstack Cluster Site Local Network
|
|
947
843
|
|
|
948
|
-
A [`
|
|
844
|
+
A [`site_local_network`](#voltstack-cluster-site-local-network) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
949
845
|
|
|
950
|
-
<a id="
|
|
846
|
+
<a id="network-231a12"></a>• [`existing_network`](#network-231a12) - Optional Block<br>GCP existing VPC network Type. Name of existing VPC network<br>See [Existing Network](#network-231a12) below.
|
|
951
847
|
|
|
952
|
-
|
|
848
|
+
<a id="network-c03c21"></a>• [`new_network`](#network-c03c21) - Optional Block<br>Parameters to create a new GCP VPC Network<br>See [New Network](#network-c03c21) below.
|
|
953
849
|
|
|
954
|
-
|
|
850
|
+
<a id="autogenerate-cd8fd8"></a>• [`new_network_autogenerate`](#autogenerate-cd8fd8) - Optional Block<br>Create a new GCP VPC Network with autogenerated name
|
|
955
851
|
|
|
956
|
-
|
|
852
|
+
#### Voltstack Cluster Site Local Network Existing Network
|
|
957
853
|
|
|
958
|
-
|
|
854
|
+
An [`existing_network`](#network-231a12) block (within [`voltstack_cluster.site_local_network`](#voltstack-cluster-site-local-network)) supports the following:
|
|
855
|
+
|
|
856
|
+
<a id="name-27b5d6"></a>• [`name`](#name-27b5d6) - Optional String<br>Name for your GCP VPC Network
|
|
857
|
+
|
|
858
|
+
#### Voltstack Cluster Site Local Network New Network
|
|
859
|
+
|
|
860
|
+
A [`new_network`](#network-c03c21) block (within [`voltstack_cluster.site_local_network`](#voltstack-cluster-site-local-network)) supports the following:
|
|
861
|
+
|
|
862
|
+
<a id="name-52047a"></a>• [`name`](#name-52047a) - Optional String<br>Name for your GCP VPC Network
|
|
863
|
+
|
|
864
|
+
#### Voltstack Cluster Site Local Subnet
|
|
865
|
+
|
|
866
|
+
A [`site_local_subnet`](#voltstack-cluster-site-local-subnet) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
867
|
+
|
|
868
|
+
<a id="subnet-73ee4c"></a>• [`existing_subnet`](#subnet-73ee4c) - Optional Block<br>GCP existing subnet Type. Name of existing GCP subnet<br>See [Existing Subnet](#subnet-73ee4c) below.
|
|
959
869
|
|
|
960
|
-
|
|
870
|
+
<a id="subnet-52ff72"></a>• [`new_subnet`](#subnet-52ff72) - Optional Block<br>GCP subnet parameters Type. Parameters for GCP subnet<br>See [New Subnet](#subnet-52ff72) below.
|
|
961
871
|
|
|
962
|
-
|
|
872
|
+
#### Voltstack Cluster Site Local Subnet Existing Subnet
|
|
963
873
|
|
|
964
|
-
|
|
874
|
+
An [`existing_subnet`](#subnet-73ee4c) block (within [`voltstack_cluster.site_local_subnet`](#voltstack-cluster-site-local-subnet)) supports the following:
|
|
965
875
|
|
|
966
|
-
<a id="
|
|
876
|
+
<a id="name-c7b494"></a>• [`subnet_name`](#name-c7b494) - Optional String<br>Name of your subnet in VPC network
|
|
967
877
|
|
|
968
|
-
####
|
|
878
|
+
#### Voltstack Cluster Site Local Subnet New Subnet
|
|
969
879
|
|
|
970
|
-
A [`
|
|
880
|
+
A [`new_subnet`](#subnet-52ff72) block (within [`voltstack_cluster.site_local_subnet`](#voltstack-cluster-site-local-subnet)) supports the following:
|
|
971
881
|
|
|
972
|
-
<a id="
|
|
882
|
+
<a id="ipv4-ac69f3"></a>• [`primary_ipv4`](#ipv4-ac69f3) - Optional String<br>IPv4 prefix for this Subnet. It has to be private address space
|
|
973
883
|
|
|
974
|
-
<a id="
|
|
884
|
+
<a id="name-8b6d0c"></a>• [`subnet_name`](#name-8b6d0c) - Optional String<br>Name of new VPC Subnet, will be autogenerated if empty
|
|
975
885
|
|
|
976
|
-
|
|
886
|
+
#### Voltstack Cluster Storage Class List
|
|
887
|
+
|
|
888
|
+
A [`storage_class_list`](#voltstack-cluster-storage-class-list) block (within [`voltstack_cluster`](#voltstack-cluster)) supports the following:
|
|
889
|
+
|
|
890
|
+
<a id="classes-3dd6e4"></a>• [`storage_classes`](#classes-3dd6e4) - Optional Block<br>List of Storage Classes. List of custom storage classes<br>See [Storage Classes](#classes-3dd6e4) below.
|
|
891
|
+
|
|
892
|
+
#### Voltstack Cluster Storage Class List Storage Classes
|
|
893
|
+
|
|
894
|
+
A [`storage_classes`](#classes-3dd6e4) block (within [`voltstack_cluster.storage_class_list`](#voltstack-cluster-storage-class-list)) supports the following:
|
|
895
|
+
|
|
896
|
+
<a id="class-f2125d"></a>• [`default_storage_class`](#class-f2125d) - Optional Bool<br>Make this storage class default storage class for the K8S cluster
|
|
897
|
+
|
|
898
|
+
<a id="name-ca3ca7"></a>• [`storage_class_name`](#name-ca3ca7) - Optional String<br>Name of the storage class as it will appear in K8S
|
|
977
899
|
|
|
978
900
|
---
|
|
979
901
|
|