@robinmordasiewicz/f5xc-terraform-mcp 3.10.1 → 3.10.3
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/discovery.md +2 -2
- package/dist/docs/data-sources/irule.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/policer.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.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 +6 -6
- 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 +4 -4
- 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 +2 -2
- 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/irule.md +7 -5
- package/dist/docs/resources/log_receiver.md +104 -104
- 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 +210 -37
- 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/policer.md +50 -10
- 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 +97 -97
- 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 +241 -613
- 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 +9 -2951
- package/dist/metadata/resource-metadata.json +379 -613
- package/dist/metadata/validation-patterns.json +1 -1
- package/dist/tools/auth.js +38 -15
- package/dist/tools/auth.js.map +1 -1
- package/dist/tools/discover.d.ts.map +1 -1
- package/dist/tools/discover.js +36 -0
- package/dist/tools/discover.js.map +1 -1
- package/package.json +1 -1
|
@@ -54,6 +54,8 @@ resource "f5xc_cloud_connect" "example" {
|
|
|
54
54
|
|
|
55
55
|
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the Cloud Connect. Must be unique within the namespace
|
|
56
56
|
|
|
57
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the Cloud Connect will be created
|
|
58
|
+
|
|
57
59
|
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
|
|
58
60
|
|
|
59
61
|
<a id="description"></a>• [`description`](#description) - Optional String<br>Human readable description for the object
|
|
@@ -62,8 +64,6 @@ resource "f5xc_cloud_connect" "example" {
|
|
|
62
64
|
|
|
63
65
|
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
|
|
64
66
|
|
|
65
|
-
<a id="namespace"></a>• [`namespace`](#namespace) - Optional String<br>Namespace for the Cloud Connect. For this resource type, namespace should be empty or omitted
|
|
66
|
-
|
|
67
67
|
### Spec Argument Reference
|
|
68
68
|
|
|
69
69
|
-> **One of the following:**
|
|
@@ -128,7 +128,7 @@ A [`vpc_list`](#aws-tgw-site-vpc-attachments-vpc-list) block (within [`aws_tgw_s
|
|
|
128
128
|
|
|
129
129
|
<a id="labels-3555f3"></a>• [`labels`](#labels-3555f3) - Optional Block<br>Add labels for the VPC attachment. These labels can then be used in policies such as enhanced firewall
|
|
130
130
|
|
|
131
|
-
<a id="routing-97ae2a"></a>• [`manual_routing`](#routing-97ae2a) - Optional Block<br>
|
|
131
|
+
<a id="routing-97ae2a"></a>• [`manual_routing`](#routing-97ae2a) - Optional Block<br>Enable this option
|
|
132
132
|
|
|
133
133
|
<a id="vpc-id-318c59"></a>• [`vpc_id`](#vpc-id-318c59) - Optional String<br>Enter the VPC ID of the VPC to be attached
|
|
134
134
|
|
|
@@ -182,7 +182,7 @@ A [`vnet_list`](#list-5826e3) block (within [`azure_vnet_site.vnet_attachments`]
|
|
|
182
182
|
|
|
183
183
|
<a id="labels-e777f2"></a>• [`labels`](#labels-e777f2) - Optional Block<br>Add labels for the VNET attachments. These labels can then be used in policies such as enhanced firewall policies
|
|
184
184
|
|
|
185
|
-
<a id="routing-e423fa"></a>• [`manual_routing`](#routing-e423fa) - Optional Block<br>
|
|
185
|
+
<a id="routing-e423fa"></a>• [`manual_routing`](#routing-e423fa) - Optional Block<br>Enable this option
|
|
186
186
|
|
|
187
187
|
<a id="subscription-id-9a0b4f"></a>• [`subscription_id`](#subscription-id-9a0b4f) - Optional String<br>Enter the Subscription ID of the VNET to be attached
|
|
188
188
|
|
|
@@ -88,9 +88,9 @@ An [`aws_assume_role`](#aws-assume-role) block supports the following:
|
|
|
88
88
|
|
|
89
89
|
<a id="aws-assume-role-duration-seconds"></a>• [`duration_seconds`](#aws-assume-role-duration-seconds) - Optional Number<br>The duration, in seconds of the role session
|
|
90
90
|
|
|
91
|
-
<a id="aws-assume-role-external-id-is-optional"></a>• [`external_id_is_optional`](#aws-assume-role-external-id-is-optional) - Optional Block<br>
|
|
91
|
+
<a id="aws-assume-role-external-id-is-optional"></a>• [`external_id_is_optional`](#aws-assume-role-external-id-is-optional) - Optional Block<br>Enable this option
|
|
92
92
|
|
|
93
|
-
<a id="tenant-id-b8874c"></a>• [`external_id_is_tenant_id`](#tenant-id-b8874c) - Optional Block<br>
|
|
93
|
+
<a id="tenant-id-b8874c"></a>• [`external_id_is_tenant_id`](#tenant-id-b8874c) - Optional Block<br>Enable this option
|
|
94
94
|
|
|
95
95
|
<a id="aws-assume-role-role-arn"></a>• [`role_arn`](#aws-assume-role-role-arn) - Optional String<br>IAM Role ARN to assume the role
|
|
96
96
|
|
|
@@ -71,7 +71,7 @@ resource "f5xc_cloud_link" "example" {
|
|
|
71
71
|
<br><br>• <a id="gcp"></a>[`gcp`](#gcp) - Optional Block<br>Google Cloud Platform (GCP) CloudLink Provider. CloudLink for GCP Cloud Provider<br>See [GCP](#gcp) below for details.
|
|
72
72
|
|
|
73
73
|
-> **One of the following:**
|
|
74
|
-
• <a id="disabled"></a>[`disabled`](#disabled) - Optional Block<br>
|
|
74
|
+
• <a id="disabled"></a>[`disabled`](#disabled) - Optional Block<br>Enable this option
|
|
75
75
|
<br><br>• <a id="enabled"></a>[`enabled`](#enabled) - Optional Block<br>CloudLink ADN Network Config<br>See [Enabled](#enabled) below for details.
|
|
76
76
|
|
|
77
77
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
@@ -126,7 +126,7 @@ A [`connections`](#aws-byoc-connections) block (within [`aws.byoc`](#aws-byoc))
|
|
|
126
126
|
|
|
127
127
|
<a id="aws-byoc-connections-region"></a>• [`region`](#aws-byoc-connections-region) - Optional String<br>Region where the connection is setup
|
|
128
128
|
|
|
129
|
-
<a id="name-ebc6a3"></a>• [`system_generated_name`](#name-ebc6a3) - Optional Block<br>
|
|
129
|
+
<a id="name-ebc6a3"></a>• [`system_generated_name`](#name-ebc6a3) - Optional Block<br>Enable this option
|
|
130
130
|
|
|
131
131
|
<a id="aws-byoc-connections-tags"></a>• [`tags`](#aws-byoc-connections-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. Specified tags will be added to Virtual interface along with any F5XC specific tags
|
|
132
132
|
|
|
@@ -200,7 +200,7 @@ A [`connections`](#gcp-byoc-connections) block (within [`gcp.byoc`](#gcp-byoc))
|
|
|
200
200
|
|
|
201
201
|
<a id="gcp-byoc-connections-region"></a>• [`region`](#gcp-byoc-connections-region) - Optional String<br>GCP Region in which the GCP Cloud Interconnect attachment is configured
|
|
202
202
|
|
|
203
|
-
<a id="gcp-byoc-connections-same-as-credential"></a>• [`same_as_credential`](#gcp-byoc-connections-same-as-credential) - Optional Block<br>
|
|
203
|
+
<a id="gcp-byoc-connections-same-as-credential"></a>• [`same_as_credential`](#gcp-byoc-connections-same-as-credential) - Optional Block<br>Enable this option
|
|
204
204
|
|
|
205
205
|
#### GCP Byoc Connections Metadata
|
|
206
206
|
|
|
@@ -32,7 +32,7 @@ resource "f5xc_cluster" "example" {
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
# Resource-specific configuration
|
|
35
|
-
# [OneOf: auto_http_config, http1_config, http2_options]
|
|
35
|
+
# [OneOf: auto_http_config, http1_config, http2_options] En...
|
|
36
36
|
auto_http_config {
|
|
37
37
|
# Configure auto_http_config settings
|
|
38
38
|
}
|
|
@@ -67,7 +67,7 @@ resource "f5xc_cluster" "example" {
|
|
|
67
67
|
### Spec Argument Reference
|
|
68
68
|
|
|
69
69
|
-> **One of the following:**
|
|
70
|
-
• <a id="auto-http-config"></a>[`auto_http_config`](#auto-http-config) - Optional Block<br>
|
|
70
|
+
• <a id="auto-http-config"></a>[`auto_http_config`](#auto-http-config) - Optional Block<br>Enable this option
|
|
71
71
|
<br><br>• <a id="http1-config"></a>[`http1_config`](#http1-config) - Optional Block<br>HTTP/1.1 Protocol OPTIONS for upstream connections<br>See [Http1 Config](#http1-config) below for details.
|
|
72
72
|
<br><br>• <a id="http2-options"></a>[`http2_options`](#http2-options) - Optional Block<br>Http2 Protocol OPTIONS for upstream connections<br>See [Http2 Options](#http2-options) below for details.
|
|
73
73
|
|
|
@@ -78,8 +78,8 @@ resource "f5xc_cluster" "example" {
|
|
|
78
78
|
<a id="default-subset"></a>• [`default_subset`](#default-subset) - Optional Block<br>List of key-value pairs that define default subset. This subset can be referred in fallback_policy which gets used when route specifies no metadata or no subset matching the metadata exists
|
|
79
79
|
|
|
80
80
|
-> **One of the following:**
|
|
81
|
-
• <a id="disable-proxy-protocol"></a>[`disable_proxy_protocol`](#disable-proxy-protocol) - Optional Block<br>
|
|
82
|
-
<br><br>• <a id="proxy-protocol-v1"></a>[`proxy_protocol_v1`](#proxy-protocol-v1) - Optional Block<br>
|
|
81
|
+
• <a id="disable-proxy-protocol"></a>[`disable_proxy_protocol`](#disable-proxy-protocol) - Optional Block<br>Enable this option
|
|
82
|
+
<br><br>• <a id="proxy-protocol-v1"></a>[`proxy_protocol_v1`](#proxy-protocol-v1) - Optional Block<br>Enable this option
|
|
83
83
|
|
|
84
84
|
<a id="endpoint-selection"></a>• [`endpoint_selection`](#endpoint-selection) - Optional String Defaults to `DISTRIBUTED`<br>Possible values are `DISTRIBUTED`, `LOCAL_ONLY`, `LOCAL_PREFERRED`<br>[Enum: DISTRIBUTED|LOCAL_ONLY|LOCAL_PREFERRED] Policy for selection of endpoints from local site/remote site/both Consider both remote and local endpoints for load balancing LOCAL_ONLY: Consider only local endpoints for load balancing Enable this policy to load balance ONLY among locally discovered endpoints Prefer the local endpoints for
|
|
85
85
|
|
|
@@ -96,13 +96,13 @@ resource "f5xc_cluster" "example" {
|
|
|
96
96
|
<a id="loadbalancer-algorithm"></a>• [`loadbalancer_algorithm`](#loadbalancer-algorithm) - Optional String Defaults to `ROUND_ROBIN`<br>Possible values are `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `LB_OVERRIDE`<br>[Enum: ROUND_ROBIN|LEAST_REQUEST|RING_HASH|RANDOM|LB_OVERRIDE] Different load balancing algorithms supported When a connection to a endpoint in an upstream cluster is required, the load balancer uses loadbalancer_algorithm to determine which host is selected. - ROUND_ROBIN: ROUND_ROBIN Policy in which each healthy/available upstream endpoint is selected in
|
|
97
97
|
|
|
98
98
|
-> **One of the following:**
|
|
99
|
-
• <a id="no-panic-threshold"></a>[`no_panic_threshold`](#no-panic-threshold) - Optional Block<br>
|
|
99
|
+
• <a id="no-panic-threshold"></a>[`no_panic_threshold`](#no-panic-threshold) - Optional Block<br>Enable this option
|
|
100
100
|
|
|
101
101
|
<a id="outlier-detection"></a>• [`outlier_detection`](#outlier-detection) - Optional Block<br>Outlier detection and ejection is the process of dynamically determining whether some number of hosts in an upstream cluster are performing unlike the others and removing them from the healthy load balancing set. Outlier detection is a form of passive health checking. Algorithm 1<br>See [Outlier Detection](#outlier-detection) below for details.
|
|
102
102
|
|
|
103
103
|
<a id="panic-threshold"></a>• [`panic_threshold`](#panic-threshold) - Optional Number<br>Configure a threshold (percentage of unhealthy endpoints) below which all endpoints will be considered for loadbalancing ignoring its health status
|
|
104
104
|
|
|
105
|
-
<a id="proxy-protocol-v2"></a>• [`proxy_protocol_v2`](#proxy-protocol-v2) - Optional Block<br>
|
|
105
|
+
<a id="proxy-protocol-v2"></a>• [`proxy_protocol_v2`](#proxy-protocol-v2) - Optional Block<br>Enable this option
|
|
106
106
|
|
|
107
107
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
108
108
|
|
|
@@ -176,13 +176,13 @@ A [`http1_config`](#http1-config) block supports the following:
|
|
|
176
176
|
|
|
177
177
|
A [`header_transformation`](#http1-config-header-transformation) block (within [`http1_config`](#http1-config)) supports the following:
|
|
178
178
|
|
|
179
|
-
<a id="transformation-489a65"></a>• [`default_header_transformation`](#transformation-489a65) - Optional Block<br>
|
|
179
|
+
<a id="transformation-489a65"></a>• [`default_header_transformation`](#transformation-489a65) - Optional Block<br>Enable this option
|
|
180
180
|
|
|
181
|
-
<a id="transformation-7adc9e"></a>• [`legacy_header_transformation`](#transformation-7adc9e) - Optional Block<br>
|
|
181
|
+
<a id="transformation-7adc9e"></a>• [`legacy_header_transformation`](#transformation-7adc9e) - Optional Block<br>Enable this option
|
|
182
182
|
|
|
183
|
-
<a id="transformation-61c351"></a>• [`preserve_case_header_transformation`](#transformation-61c351) - Optional Block<br>
|
|
183
|
+
<a id="transformation-61c351"></a>• [`preserve_case_header_transformation`](#transformation-61c351) - Optional Block<br>Enable this option
|
|
184
184
|
|
|
185
|
-
<a id="transformation-17cea9"></a>• [`proper_case_header_transformation`](#transformation-17cea9) - Optional Block<br>
|
|
185
|
+
<a id="transformation-17cea9"></a>• [`proper_case_header_transformation`](#transformation-17cea9) - Optional Block<br>Enable this option
|
|
186
186
|
|
|
187
187
|
#### Http2 Options
|
|
188
188
|
|
|
@@ -224,17 +224,17 @@ A [`tls_parameters`](#tls-parameters) block supports the following:
|
|
|
224
224
|
|
|
225
225
|
<a id="tls-parameters-common-params"></a>• [`common_params`](#tls-parameters-common-params) - Optional Block<br>Information of different aspects for TLS authentication related to ciphers, certificates and trust store<br>See [Common Params](#tls-parameters-common-params) below.
|
|
226
226
|
|
|
227
|
-
<a id="caching-2e557f"></a>• [`default_session_key_caching`](#caching-2e557f) - Optional Block<br>
|
|
227
|
+
<a id="caching-2e557f"></a>• [`default_session_key_caching`](#caching-2e557f) - Optional Block<br>Enable this option
|
|
228
228
|
|
|
229
|
-
<a id="caching-d819c5"></a>• [`disable_session_key_caching`](#caching-d819c5) - Optional Block<br>
|
|
229
|
+
<a id="caching-d819c5"></a>• [`disable_session_key_caching`](#caching-d819c5) - Optional Block<br>Enable this option
|
|
230
230
|
|
|
231
|
-
<a id="tls-parameters-disable-sni"></a>• [`disable_sni`](#tls-parameters-disable-sni) - Optional Block<br>
|
|
231
|
+
<a id="tls-parameters-disable-sni"></a>• [`disable_sni`](#tls-parameters-disable-sni) - Optional Block<br>Enable this option
|
|
232
232
|
|
|
233
233
|
<a id="tls-parameters-max-session-keys"></a>• [`max_session_keys`](#tls-parameters-max-session-keys) - Optional Number<br>Number of session keys that are cached
|
|
234
234
|
|
|
235
235
|
<a id="tls-parameters-sni"></a>• [`sni`](#tls-parameters-sni) - Optional String<br>SNI value to be used
|
|
236
236
|
|
|
237
|
-
<a id="tls-parameters-use-host-header-as-sni"></a>• [`use_host_header_as_sni`](#tls-parameters-use-host-header-as-sni) - Optional Block<br>
|
|
237
|
+
<a id="tls-parameters-use-host-header-as-sni"></a>• [`use_host_header_as_sni`](#tls-parameters-use-host-header-as-sni) - Optional Block<br>Enable this option
|
|
238
238
|
|
|
239
239
|
#### TLS Parameters Cert Params
|
|
240
240
|
|
|
@@ -308,11 +308,11 @@ A [`tls_certificates`](#certificates-c9caff) block (within [`tls_parameters.comm
|
|
|
308
308
|
|
|
309
309
|
<a id="spec-5af02c"></a>• [`description_spec`](#spec-5af02c) - Optional String<br>Description. Description for the certificate
|
|
310
310
|
|
|
311
|
-
<a id="stapling-c091fa"></a>• [`disable_ocsp_stapling`](#stapling-c091fa) - Optional Block<br>
|
|
311
|
+
<a id="stapling-c091fa"></a>• [`disable_ocsp_stapling`](#stapling-c091fa) - Optional Block<br>Enable this option
|
|
312
312
|
|
|
313
313
|
<a id="key-da7979"></a>• [`private_key`](#key-da7979) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Private Key](#key-da7979) below.
|
|
314
314
|
|
|
315
|
-
<a id="defaults-f58bc7"></a>• [`use_system_defaults`](#defaults-f58bc7) - Optional Block<br>
|
|
315
|
+
<a id="defaults-f58bc7"></a>• [`use_system_defaults`](#defaults-f58bc7) - Optional Block<br>Enable this option
|
|
316
316
|
|
|
317
317
|
#### TLS Parameters Common Params TLS Certificates Custom Hash Algorithms
|
|
318
318
|
|
|
@@ -354,9 +354,9 @@ A [`validation_params`](#params-6e95a6) block (within [`tls_parameters.common_pa
|
|
|
354
354
|
|
|
355
355
|
An [`upstream_conn_pool_reuse_type`](#upstream-conn-pool-reuse-type) block supports the following:
|
|
356
356
|
|
|
357
|
-
<a id="reuse-008a14"></a>• [`disable_conn_pool_reuse`](#reuse-008a14) - Optional Block<br>
|
|
357
|
+
<a id="reuse-008a14"></a>• [`disable_conn_pool_reuse`](#reuse-008a14) - Optional Block<br>Enable this option
|
|
358
358
|
|
|
359
|
-
<a id="reuse-ad4462"></a>• [`enable_conn_pool_reuse`](#reuse-ad4462) - Optional Block<br>
|
|
359
|
+
<a id="reuse-ad4462"></a>• [`enable_conn_pool_reuse`](#reuse-ad4462) - Optional Block<br>Enable this option
|
|
360
360
|
|
|
361
361
|
---
|
|
362
362
|
|
|
@@ -36,11 +36,11 @@ resource "f5xc_dc_cluster_group" "example" {
|
|
|
36
36
|
type {
|
|
37
37
|
# Configure type settings
|
|
38
38
|
}
|
|
39
|
-
#
|
|
39
|
+
# Enable this option
|
|
40
40
|
control_and_data_plane_mesh {
|
|
41
41
|
# Configure control_and_data_plane_mesh settings
|
|
42
42
|
}
|
|
43
|
-
#
|
|
43
|
+
# Enable this option
|
|
44
44
|
data_plane_mesh {
|
|
45
45
|
# Configure data_plane_mesh settings
|
|
46
46
|
}
|
|
@@ -94,9 +94,9 @@ A [`timeouts`](#timeouts) block supports the following:
|
|
|
94
94
|
|
|
95
95
|
A [`type`](#type) block supports the following:
|
|
96
96
|
|
|
97
|
-
<a id="type-control-and-data-plane-mesh"></a>• [`control_and_data_plane_mesh`](#type-control-and-data-plane-mesh) - Optional Block<br>
|
|
97
|
+
<a id="type-control-and-data-plane-mesh"></a>• [`control_and_data_plane_mesh`](#type-control-and-data-plane-mesh) - Optional Block<br>Enable this option
|
|
98
98
|
|
|
99
|
-
<a id="type-data-plane-mesh"></a>• [`data_plane_mesh`](#type-data-plane-mesh) - Optional Block<br>
|
|
99
|
+
<a id="type-data-plane-mesh"></a>• [`data_plane_mesh`](#type-data-plane-mesh) - Optional Block<br>Enable this option
|
|
100
100
|
|
|
101
101
|
---
|
|
102
102
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_discovery Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Applications"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_discovery (Resource)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. 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 API discovery creates a new object in the storage backend for metadata.n
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# Discovery Resource Example
|
|
18
|
-
# Manages
|
|
18
|
+
# Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
|
|
19
19
|
|
|
20
20
|
# Basic Discovery configuration
|
|
21
21
|
resource "f5xc_discovery" "example" {
|
|
@@ -78,10 +78,19 @@ resource "f5xc_discovery" "example" {
|
|
|
78
78
|
|
|
79
79
|
### Spec Argument Reference
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
-> **One of the following:**
|
|
82
|
+
• <a id="cluster-id"></a>[`cluster_id`](#cluster-id) - Optional String<br>Specify identifier for discovery cluster. This identifier can be specified in endpoint object to discover only from this discovery object
|
|
83
|
+
|
|
84
|
+
-> **One of the following:**
|
|
85
|
+
• <a id="discovery-consul"></a>[`discovery_consul`](#discovery-consul) - Optional Block<br>Discovery configuration for Hashicorp Consul<br>See [Discovery Consul](#discovery-consul) below for details.
|
|
86
|
+
<br><br>• <a id="discovery-k8s"></a>[`discovery_k8s`](#discovery-k8s) - Optional Block<br>K8S Discovery Configuration. Discovery configuration for K8S<br>See [Discovery K8S](#discovery-k8s) below for details.
|
|
87
|
+
|
|
88
|
+
<a id="no-cluster-id"></a>• [`no_cluster_id`](#no-cluster-id) - Optional Block<br>Enable this option
|
|
82
89
|
|
|
83
90
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
84
91
|
|
|
92
|
+
<a id="where"></a>• [`where`](#where) - Optional Block<br>NetworkSiteRefSelector defines a union of reference to site or reference to virtual_network or reference to virtual_site It is used to determine virtual network using following rules \* Direct reference to virtual_network object \* Site local network when refering to site object \* All site local<br>See [Where](#where) below for details.
|
|
93
|
+
|
|
85
94
|
### Attributes Reference
|
|
86
95
|
|
|
87
96
|
In addition to all arguments above, the following attributes are exported:
|
|
@@ -90,13 +99,173 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
90
99
|
|
|
91
100
|
---
|
|
92
101
|
|
|
93
|
-
####
|
|
102
|
+
#### Discovery Consul
|
|
103
|
+
|
|
104
|
+
A [`discovery_consul`](#discovery-consul) block supports the following:
|
|
105
|
+
|
|
106
|
+
<a id="discovery-consul-access-info"></a>• [`access_info`](#discovery-consul-access-info) - Optional Block<br>Hashicorp Consul API server information<br>See [Access Info](#discovery-consul-access-info) below.
|
|
107
|
+
|
|
108
|
+
<a id="discovery-consul-publish-info"></a>• [`publish_info`](#discovery-consul-publish-info) - Optional Block<br>VIP Publish Configuration. Consul Configuration to publish VIPs<br>See [Publish Info](#discovery-consul-publish-info) below.
|
|
109
|
+
|
|
110
|
+
#### Discovery Consul Access Info
|
|
111
|
+
|
|
112
|
+
An [`access_info`](#discovery-consul-access-info) block (within [`discovery_consul`](#discovery-consul)) supports the following:
|
|
113
|
+
|
|
114
|
+
<a id="info-c7c3de"></a>• [`connection_info`](#info-c7c3de) - Optional Block<br>Configuration details to access discovery service REST API<br>See [Connection Info](#info-c7c3de) below.
|
|
115
|
+
|
|
116
|
+
<a id="info-28e890"></a>• [`http_basic_auth_info`](#info-28e890) - Optional Block<br>Authentication parameters to access Hashicorp Consul<br>See [HTTP Basic Auth Info](#info-28e890) below.
|
|
117
|
+
|
|
118
|
+
#### Discovery Consul Access Info Connection Info
|
|
119
|
+
|
|
120
|
+
A [`connection_info`](#info-c7c3de) block (within [`discovery_consul.access_info`](#discovery-consul-access-info)) supports the following:
|
|
121
|
+
|
|
122
|
+
<a id="server-db3eac"></a>• [`api_server`](#server-db3eac) - Optional String<br>API server must be a fully qualified domain string and port specified as host:port pair
|
|
123
|
+
|
|
124
|
+
<a id="info-72d38f"></a>• [`tls_info`](#info-72d38f) - Optional Block<br>TLS config for client of discovery service<br>See [TLS Info](#info-72d38f) below.
|
|
125
|
+
|
|
126
|
+
#### Discovery Consul Access Info Connection Info TLS Info
|
|
127
|
+
|
|
128
|
+
<a id="deep-2a9ae1"></a>Deeply nested **Info** block collapsed for readability.
|
|
129
|
+
|
|
130
|
+
#### Discovery Consul Access Info Connection Info TLS Info Key URL
|
|
131
|
+
|
|
132
|
+
<a id="deep-9298be"></a>Deeply nested **URL** block collapsed for readability.
|
|
133
|
+
|
|
134
|
+
#### Discovery Consul Access Info Connection Info TLS Info Key URL Blindfold Secret Info
|
|
135
|
+
|
|
136
|
+
<a id="deep-14dd70"></a>Deeply nested **Info** block collapsed for readability.
|
|
137
|
+
|
|
138
|
+
#### Discovery Consul Access Info Connection Info TLS Info Key URL Clear Secret Info
|
|
139
|
+
|
|
140
|
+
<a id="deep-ed594e"></a>Deeply nested **Info** block collapsed for readability.
|
|
141
|
+
|
|
142
|
+
#### Discovery Consul Access Info HTTP Basic Auth Info
|
|
143
|
+
|
|
144
|
+
<a id="deep-bbf940"></a>Deeply nested **Info** block collapsed for readability.
|
|
145
|
+
|
|
146
|
+
#### Discovery Consul Access Info HTTP Basic Auth Info Passwd URL
|
|
147
|
+
|
|
148
|
+
<a id="deep-ee109b"></a>Deeply nested **URL** block collapsed for readability.
|
|
149
|
+
|
|
150
|
+
#### Discovery Consul Access Info HTTP Basic Auth Info Passwd URL Blindfold Secret Info
|
|
151
|
+
|
|
152
|
+
<a id="deep-6be94c"></a>Deeply nested **Info** block collapsed for readability.
|
|
153
|
+
|
|
154
|
+
#### Discovery Consul Access Info HTTP Basic Auth Info Passwd URL Clear Secret Info
|
|
155
|
+
|
|
156
|
+
<a id="deep-82d259"></a>Deeply nested **Info** block collapsed for readability.
|
|
157
|
+
|
|
158
|
+
#### Discovery Consul Publish Info
|
|
159
|
+
|
|
160
|
+
A [`publish_info`](#discovery-consul-publish-info) block (within [`discovery_consul`](#discovery-consul)) supports the following:
|
|
161
|
+
|
|
162
|
+
<a id="discovery-consul-publish-info-disable"></a>• [`disable`](#discovery-consul-publish-info-disable) - Optional Block<br>Enable this option
|
|
163
|
+
|
|
164
|
+
<a id="discovery-consul-publish-info-publish"></a>• [`publish`](#discovery-consul-publish-info-publish) - Optional Block<br>Enable this option
|
|
165
|
+
|
|
166
|
+
#### Discovery K8S
|
|
167
|
+
|
|
168
|
+
A [`discovery_k8s`](#discovery-k8s) block supports the following:
|
|
169
|
+
|
|
170
|
+
<a id="discovery-k8s-access-info"></a>• [`access_info`](#discovery-k8s-access-info) - Optional Block<br>K8S API Server. K8S API server access<br>See [Access Info](#discovery-k8s-access-info) below.
|
|
171
|
+
|
|
172
|
+
<a id="discovery-k8s-default-all"></a>• [`default_all`](#discovery-k8s-default-all) - Optional Block<br>Enable this option
|
|
173
|
+
|
|
174
|
+
<a id="discovery-k8s-namespace-mapping"></a>• [`namespace_mapping`](#discovery-k8s-namespace-mapping) - Optional Block<br>Select the mapping between K8S namespaces from which services will be discovered and App Namespace to which the discovered services will be shared<br>See [Namespace Mapping](#discovery-k8s-namespace-mapping) below.
|
|
175
|
+
|
|
176
|
+
<a id="discovery-k8s-publish-info"></a>• [`publish_info`](#discovery-k8s-publish-info) - Optional Block<br>VIP Publish Configurations. K8S Configuration to publish VIPs<br>See [Publish Info](#discovery-k8s-publish-info) below.
|
|
177
|
+
|
|
178
|
+
#### Discovery K8S Access Info
|
|
179
|
+
|
|
180
|
+
An [`access_info`](#discovery-k8s-access-info) block (within [`discovery_k8s`](#discovery-k8s)) supports the following:
|
|
181
|
+
|
|
182
|
+
<a id="info-731c25"></a>• [`connection_info`](#info-731c25) - Optional Block<br>Configuration details to access discovery service REST API<br>See [Connection Info](#info-731c25) below.
|
|
183
|
+
|
|
184
|
+
<a id="discovery-k8s-access-info-isolated"></a>• [`isolated`](#discovery-k8s-access-info-isolated) - Optional Block<br>Enable this option
|
|
185
|
+
|
|
186
|
+
<a id="url-d50898"></a>• [`kubeconfig_url`](#url-d50898) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Kubeconfig URL](#url-d50898) below.
|
|
187
|
+
|
|
188
|
+
<a id="discovery-k8s-access-info-reachable"></a>• [`reachable`](#discovery-k8s-access-info-reachable) - Optional Block<br>Enable this option
|
|
189
|
+
|
|
190
|
+
#### Discovery K8S Access Info Connection Info
|
|
191
|
+
|
|
192
|
+
A [`connection_info`](#info-731c25) block (within [`discovery_k8s.access_info`](#discovery-k8s-access-info)) supports the following:
|
|
193
|
+
|
|
194
|
+
<a id="server-c32428"></a>• [`api_server`](#server-c32428) - Optional String<br>API server must be a fully qualified domain string and port specified as host:port pair
|
|
195
|
+
|
|
196
|
+
<a id="info-16e7c5"></a>• [`tls_info`](#info-16e7c5) - Optional Block<br>TLS config for client of discovery service<br>See [TLS Info](#info-16e7c5) below.
|
|
197
|
+
|
|
198
|
+
#### Discovery K8S Access Info Connection Info TLS Info
|
|
199
|
+
|
|
200
|
+
<a id="deep-4a5283"></a>Deeply nested **Info** block collapsed for readability.
|
|
201
|
+
|
|
202
|
+
#### Discovery K8S Access Info Connection Info TLS Info Key URL
|
|
203
|
+
|
|
204
|
+
<a id="deep-a976c1"></a>Deeply nested **URL** block collapsed for readability.
|
|
205
|
+
|
|
206
|
+
#### Discovery K8S Access Info Connection Info TLS Info Key URL Blindfold Secret Info
|
|
207
|
+
|
|
208
|
+
<a id="deep-c49615"></a>Deeply nested **Info** block collapsed for readability.
|
|
209
|
+
|
|
210
|
+
#### Discovery K8S Access Info Connection Info TLS Info Key URL Clear Secret Info
|
|
211
|
+
|
|
212
|
+
<a id="deep-b39c26"></a>Deeply nested **Info** block collapsed for readability.
|
|
213
|
+
|
|
214
|
+
#### Discovery K8S Access Info Kubeconfig URL
|
|
215
|
+
|
|
216
|
+
A [`kubeconfig_url`](#url-d50898) block (within [`discovery_k8s.access_info`](#discovery-k8s-access-info)) supports the following:
|
|
217
|
+
|
|
218
|
+
<a id="info-fef53c"></a>• [`blindfold_secret_info`](#info-fef53c) - Optional Block<br>BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#info-fef53c) below.
|
|
219
|
+
|
|
220
|
+
<a id="info-ba8969"></a>• [`clear_secret_info`](#info-ba8969) - Optional Block<br>ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#info-ba8969) below.
|
|
94
221
|
|
|
95
|
-
|
|
222
|
+
#### Discovery K8S Access Info Kubeconfig URL Blindfold Secret Info
|
|
96
223
|
|
|
97
|
-
<a id="
|
|
224
|
+
<a id="deep-faaa11"></a>Deeply nested **Info** block collapsed for readability.
|
|
98
225
|
|
|
99
|
-
|
|
226
|
+
#### Discovery K8S Access Info Kubeconfig URL Clear Secret Info
|
|
227
|
+
|
|
228
|
+
<a id="deep-4a4f8b"></a>Deeply nested **Info** block collapsed for readability.
|
|
229
|
+
|
|
230
|
+
#### Discovery K8S Namespace Mapping
|
|
231
|
+
|
|
232
|
+
A [`namespace_mapping`](#discovery-k8s-namespace-mapping) block (within [`discovery_k8s`](#discovery-k8s)) supports the following:
|
|
233
|
+
|
|
234
|
+
<a id="discovery-k8s-namespace-mapping-items"></a>• [`items`](#discovery-k8s-namespace-mapping-items) - Optional Block<br>Map K8S namespace(s) to App Namespaces. In Shared Configuration, Discovered Services can only be mapped to a single App Namespace, which is determined by the first matched regex<br>See [Items](#discovery-k8s-namespace-mapping-items) below.
|
|
235
|
+
|
|
236
|
+
#### Discovery K8S Namespace Mapping Items
|
|
237
|
+
|
|
238
|
+
An [`items`](#discovery-k8s-namespace-mapping-items) block (within [`discovery_k8s.namespace_mapping`](#discovery-k8s-namespace-mapping)) supports the following:
|
|
239
|
+
|
|
240
|
+
<a id="namespace-b6599c"></a>• [`namespace`](#namespace-b6599c) - Optional String<br>F5XC Application Namespaces. Select a namespace
|
|
241
|
+
|
|
242
|
+
<a id="regex-0aa709"></a>• [`namespace_regex`](#regex-0aa709) - Optional String<br>The regex here will be used to match K8S namespace(s)
|
|
243
|
+
|
|
244
|
+
#### Discovery K8S Publish Info
|
|
245
|
+
|
|
246
|
+
A [`publish_info`](#discovery-k8s-publish-info) block (within [`discovery_k8s`](#discovery-k8s)) supports the following:
|
|
247
|
+
|
|
248
|
+
<a id="discovery-k8s-publish-info-disable"></a>• [`disable`](#discovery-k8s-publish-info-disable) - Optional Block<br>Enable this option
|
|
249
|
+
|
|
250
|
+
<a id="delegation-53a235"></a>• [`dns_delegation`](#delegation-53a235) - Optional Block<br>K8SDelegationType<br>See [DNS Delegation](#delegation-53a235) below.
|
|
251
|
+
|
|
252
|
+
<a id="discovery-k8s-publish-info-publish"></a>• [`publish`](#discovery-k8s-publish-info-publish) - Optional Block<br>K8SPublishType<br>See [Publish](#discovery-k8s-publish-info-publish) below.
|
|
253
|
+
|
|
254
|
+
<a id="fqdns-f85bbe"></a>• [`publish_fqdns`](#fqdns-f85bbe) - Optional Block<br>Enable this option
|
|
255
|
+
|
|
256
|
+
#### Discovery K8S Publish Info DNS Delegation
|
|
257
|
+
|
|
258
|
+
A [`dns_delegation`](#delegation-53a235) block (within [`discovery_k8s.publish_info`](#discovery-k8s-publish-info)) supports the following:
|
|
259
|
+
|
|
260
|
+
<a id="mode-f08507"></a>• [`dns_mode`](#mode-f08507) - Optional String Defaults to `CORE_DNS`<br>Possible values are `CORE_DNS`, `KUBE_DNS`<br>[Enum: CORE_DNS|KUBE_DNS] Two modes are possible CoreDNS: Whether external K8S cluster is running core-DNS KubeDNS: External K8S cluster is running kube-DNS
|
|
261
|
+
|
|
262
|
+
<a id="subdomain-f4f8f0"></a>• [`subdomain`](#subdomain-f4f8f0) - Optional String<br>The DNS subdomain for which F5XC will respond to DNS queries
|
|
263
|
+
|
|
264
|
+
#### Discovery K8S Publish Info Publish
|
|
265
|
+
|
|
266
|
+
A [`publish`](#discovery-k8s-publish-info-publish) block (within [`discovery_k8s.publish_info`](#discovery-k8s-publish-info)) supports the following:
|
|
267
|
+
|
|
268
|
+
<a id="namespace-a13be9"></a>• [`namespace`](#namespace-a13be9) - Optional String<br>The namespace where the service/endpoints need to be created if it's not included in the domain. The external K8S administrator needs to ensure that the namespace exists
|
|
100
269
|
|
|
101
270
|
#### Timeouts
|
|
102
271
|
|
|
@@ -110,6 +279,88 @@ A [`timeouts`](#timeouts) block supports the following:
|
|
|
110
279
|
|
|
111
280
|
<a id="timeouts-update"></a>• [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
|
|
112
281
|
|
|
282
|
+
#### Where
|
|
283
|
+
|
|
284
|
+
A [`where`](#where) block supports the following:
|
|
285
|
+
|
|
286
|
+
<a id="where-site"></a>• [`site`](#where-site) - Optional Block<br>Specifies a direct reference to a site configuration object<br>See [Site](#where-site) below.
|
|
287
|
+
|
|
288
|
+
<a id="where-virtual-network"></a>• [`virtual_network`](#where-virtual-network) - Optional Block<br>Specifies a direct reference to a network configuration object<br>See [Virtual Network](#where-virtual-network) below.
|
|
289
|
+
|
|
290
|
+
<a id="where-virtual-site"></a>• [`virtual_site`](#where-virtual-site) - Optional Block<br>Virtual Site. A reference to virtual_site object<br>See [Virtual Site](#where-virtual-site) below.
|
|
291
|
+
|
|
292
|
+
#### Where Site
|
|
293
|
+
|
|
294
|
+
A [`site`](#where-site) block (within [`where`](#where)) supports the following:
|
|
295
|
+
|
|
296
|
+
<a id="where-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
297
|
+
|
|
298
|
+
<a id="where-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
299
|
+
|
|
300
|
+
<a id="where-site-network-type"></a>• [`network_type`](#where-site-network-type) - 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
|
|
301
|
+
|
|
302
|
+
<a id="where-site-ref"></a>• [`ref`](#where-site-ref) - Optional Block<br>Reference. A site direct reference<br>See [Ref](#where-site-ref) below.
|
|
303
|
+
|
|
304
|
+
#### Where Site Ref
|
|
305
|
+
|
|
306
|
+
A [`ref`](#where-site-ref) block (within [`where.site`](#where-site)) supports the following:
|
|
307
|
+
|
|
308
|
+
<a id="where-site-ref-kind"></a>• [`kind`](#where-site-ref-kind) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object's kind (e.g. 'route')
|
|
309
|
+
|
|
310
|
+
<a id="where-site-ref-name"></a>• [`name`](#where-site-ref-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
|
|
311
|
+
|
|
312
|
+
<a id="where-site-ref-namespace"></a>• [`namespace`](#where-site-ref-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
|
|
313
|
+
|
|
314
|
+
<a id="where-site-ref-tenant"></a>• [`tenant`](#where-site-ref-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
|
|
315
|
+
|
|
316
|
+
<a id="where-site-ref-uid"></a>• [`uid`](#where-site-ref-uid) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object's(e.g. Route's) uid
|
|
317
|
+
|
|
318
|
+
#### Where Virtual Network
|
|
319
|
+
|
|
320
|
+
A [`virtual_network`](#where-virtual-network) block (within [`where`](#where)) supports the following:
|
|
321
|
+
|
|
322
|
+
<a id="where-virtual-network-ref"></a>• [`ref`](#where-virtual-network-ref) - Optional Block<br>Virtual network direct reference<br>See [Ref](#where-virtual-network-ref) below.
|
|
323
|
+
|
|
324
|
+
#### Where Virtual Network Ref
|
|
325
|
+
|
|
326
|
+
A [`ref`](#where-virtual-network-ref) block (within [`where.virtual_network`](#where-virtual-network)) supports the following:
|
|
327
|
+
|
|
328
|
+
<a id="where-virtual-network-ref-kind"></a>• [`kind`](#where-virtual-network-ref-kind) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object's kind (e.g. 'route')
|
|
329
|
+
|
|
330
|
+
<a id="where-virtual-network-ref-name"></a>• [`name`](#where-virtual-network-ref-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
|
|
331
|
+
|
|
332
|
+
<a id="where-virtual-network-ref-namespace"></a>• [`namespace`](#where-virtual-network-ref-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
|
|
333
|
+
|
|
334
|
+
<a id="where-virtual-network-ref-tenant"></a>• [`tenant`](#where-virtual-network-ref-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
|
|
335
|
+
|
|
336
|
+
<a id="where-virtual-network-ref-uid"></a>• [`uid`](#where-virtual-network-ref-uid) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object's(e.g. Route's) uid
|
|
337
|
+
|
|
338
|
+
#### Where Virtual Site
|
|
339
|
+
|
|
340
|
+
A [`virtual_site`](#where-virtual-site) block (within [`where`](#where)) supports the following:
|
|
341
|
+
|
|
342
|
+
<a id="where-virtual-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-virtual-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
343
|
+
|
|
344
|
+
<a id="where-virtual-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-virtual-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
345
|
+
|
|
346
|
+
<a id="where-virtual-site-network-type"></a>• [`network_type`](#where-virtual-site-network-type) - 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
|
|
347
|
+
|
|
348
|
+
<a id="where-virtual-site-ref"></a>• [`ref`](#where-virtual-site-ref) - Optional Block<br>Virtual_site direct reference<br>See [Ref](#where-virtual-site-ref) below.
|
|
349
|
+
|
|
350
|
+
#### Where Virtual Site Ref
|
|
351
|
+
|
|
352
|
+
A [`ref`](#where-virtual-site-ref) block (within [`where.virtual_site`](#where-virtual-site)) supports the following:
|
|
353
|
+
|
|
354
|
+
<a id="where-virtual-site-ref-kind"></a>• [`kind`](#where-virtual-site-ref-kind) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then kind will hold the referred object's kind (e.g. 'route')
|
|
355
|
+
|
|
356
|
+
<a id="where-virtual-site-ref-name"></a>• [`name`](#where-virtual-site-ref-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
|
|
357
|
+
|
|
358
|
+
<a id="where-virtual-site-ref-namespace"></a>• [`namespace`](#where-virtual-site-ref-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
|
|
359
|
+
|
|
360
|
+
<a id="where-virtual-site-ref-tenant"></a>• [`tenant`](#where-virtual-site-ref-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
|
|
361
|
+
|
|
362
|
+
<a id="where-virtual-site-ref-uid"></a>• [`uid`](#where-virtual-site-ref-uid) - Optional String<br>When a configuration object(e.g. Virtual_host) refers to another(e.g route) then uid will hold the referred object's(e.g. Route's) uid
|
|
363
|
+
|
|
113
364
|
---
|
|
114
365
|
|
|
115
366
|
## Common Types
|
|
@@ -32,7 +32,7 @@ resource "f5xc_dns_domain" "example" {
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
# Resource-specific configuration
|
|
35
|
-
#
|
|
35
|
+
# Enable this option
|
|
36
36
|
volterra_managed {
|
|
37
37
|
# Configure volterra_managed settings
|
|
38
38
|
}
|
|
@@ -62,7 +62,7 @@ resource "f5xc_dns_domain" "example" {
|
|
|
62
62
|
|
|
63
63
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
64
64
|
|
|
65
|
-
<a id="volterra-managed"></a>• [`volterra_managed`](#volterra-managed) - Optional Block<br>
|
|
65
|
+
<a id="volterra-managed"></a>• [`volterra_managed`](#volterra-managed) - Optional Block<br>Enable this option
|
|
66
66
|
|
|
67
67
|
### Attributes Reference
|
|
68
68
|
|
|
@@ -120,7 +120,7 @@ A [`service_selector`](#service-info-service-selector) block (within [`service_i
|
|
|
120
120
|
|
|
121
121
|
A [`snat_pool`](#snat-pool) block supports the following:
|
|
122
122
|
|
|
123
|
-
<a id="snat-pool-no-snat-pool"></a>• [`no_snat_pool`](#snat-pool-no-snat-pool) - Optional Block<br>
|
|
123
|
+
<a id="snat-pool-no-snat-pool"></a>• [`no_snat_pool`](#snat-pool-no-snat-pool) - Optional Block<br>Enable this option
|
|
124
124
|
|
|
125
125
|
<a id="snat-pool-snat-pool"></a>• [`snat_pool`](#snat-pool-snat-pool) - Optional Block<br>List of IPv4 prefixes that represent an endpoint<br>See [Snat Pool](#snat-pool-snat-pool) below.
|
|
126
126
|
|
|
@@ -156,9 +156,9 @@ A [`where`](#where) block supports the following:
|
|
|
156
156
|
|
|
157
157
|
A [`site`](#where-site) block (within [`where`](#where)) supports the following:
|
|
158
158
|
|
|
159
|
-
<a id="where-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-site-disable-internet-vip) - Optional Block<br>
|
|
159
|
+
<a id="where-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
160
160
|
|
|
161
|
-
<a id="where-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-site-enable-internet-vip) - Optional Block<br>
|
|
161
|
+
<a id="where-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
162
162
|
|
|
163
163
|
<a id="where-site-network-type"></a>• [`network_type`](#where-site-network-type) - 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
|
|
164
164
|
|
|
@@ -202,9 +202,9 @@ A [`ref`](#where-virtual-network-ref) block (within [`where.virtual_network`](#w
|
|
|
202
202
|
|
|
203
203
|
A [`virtual_site`](#where-virtual-site) block (within [`where`](#where)) supports the following:
|
|
204
204
|
|
|
205
|
-
<a id="where-virtual-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-virtual-site-disable-internet-vip) - Optional Block<br>
|
|
205
|
+
<a id="where-virtual-site-disable-internet-vip"></a>• [`disable_internet_vip`](#where-virtual-site-disable-internet-vip) - Optional Block<br>Enable this option
|
|
206
206
|
|
|
207
|
-
<a id="where-virtual-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-virtual-site-enable-internet-vip) - Optional Block<br>
|
|
207
|
+
<a id="where-virtual-site-enable-internet-vip"></a>• [`enable_internet_vip`](#where-virtual-site-enable-internet-vip) - Optional Block<br>Enable this option
|
|
208
208
|
|
|
209
209
|
<a id="where-virtual-site-network-type"></a>• [`network_type`](#where-virtual-site-network-type) - 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
|
|
210
210
|
|