@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 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.
Files changed (79) hide show
  1. package/dist/docs/data-sources/discovery.md +2 -2
  2. package/dist/docs/data-sources/irule.md +2 -2
  3. package/dist/docs/data-sources/network_policy.md +2 -2
  4. package/dist/docs/data-sources/policer.md +2 -2
  5. package/dist/docs/data-sources/site.md +2 -2
  6. package/dist/docs/data-sources/workload.md +2 -2
  7. package/dist/docs/resources/advertise_policy.md +10 -10
  8. package/dist/docs/resources/alert_policy.md +9 -9
  9. package/dist/docs/resources/alert_receiver.md +4 -4
  10. package/dist/docs/resources/api_definition.md +2 -2
  11. package/dist/docs/resources/api_testing.md +6 -6
  12. package/dist/docs/resources/apm.md +8 -8
  13. package/dist/docs/resources/app_firewall.md +19 -19
  14. package/dist/docs/resources/app_setting.md +5 -5
  15. package/dist/docs/resources/app_type.md +3 -3
  16. package/dist/docs/resources/aws_tgw_site.md +50 -50
  17. package/dist/docs/resources/aws_vpc_site.md +66 -66
  18. package/dist/docs/resources/azure_vnet_site.md +93 -93
  19. package/dist/docs/resources/bgp.md +6 -6
  20. package/dist/docs/resources/bgp_routing_policy.md +7 -7
  21. package/dist/docs/resources/cdn_cache_rule.md +2 -2
  22. package/dist/docs/resources/cdn_loadbalancer.md +122 -122
  23. package/dist/docs/resources/cloud_connect.md +4 -4
  24. package/dist/docs/resources/cloud_credentials.md +2 -2
  25. package/dist/docs/resources/cloud_link.md +3 -3
  26. package/dist/docs/resources/cluster.md +18 -18
  27. package/dist/docs/resources/dc_cluster_group.md +4 -4
  28. package/dist/docs/resources/discovery.md +259 -8
  29. package/dist/docs/resources/dns_domain.md +2 -2
  30. package/dist/docs/resources/endpoint.md +5 -5
  31. package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
  32. package/dist/docs/resources/external_connector.md +7 -7
  33. package/dist/docs/resources/fast_acl.md +2 -2
  34. package/dist/docs/resources/fast_acl_rule.md +2 -2
  35. package/dist/docs/resources/fleet.md +25 -25
  36. package/dist/docs/resources/forward_proxy_policy.md +15 -15
  37. package/dist/docs/resources/forwarding_class.md +5 -5
  38. package/dist/docs/resources/gcp_vpc_site.md +37 -37
  39. package/dist/docs/resources/global_log_receiver.md +104 -104
  40. package/dist/docs/resources/healthcheck.md +2 -2
  41. package/dist/docs/resources/http_loadbalancer.md +287 -287
  42. package/dist/docs/resources/irule.md +7 -5
  43. package/dist/docs/resources/log_receiver.md +104 -104
  44. package/dist/docs/resources/malicious_user_mitigation.md +6 -6
  45. package/dist/docs/resources/nat_policy.md +10 -10
  46. package/dist/docs/resources/network_connector.md +9 -9
  47. package/dist/docs/resources/network_firewall.md +3 -3
  48. package/dist/docs/resources/network_interface.md +28 -28
  49. package/dist/docs/resources/network_policy.md +210 -37
  50. package/dist/docs/resources/network_policy_view.md +16 -16
  51. package/dist/docs/resources/nfv_service.md +26 -26
  52. package/dist/docs/resources/origin_pool.md +48 -48
  53. package/dist/docs/resources/policer.md +50 -10
  54. package/dist/docs/resources/policy_based_routing.md +8 -8
  55. package/dist/docs/resources/protocol_inspection.md +4 -4
  56. package/dist/docs/resources/proxy.md +23 -23
  57. package/dist/docs/resources/rate_limiter.md +1 -1
  58. package/dist/docs/resources/rate_limiter_policy.md +8 -8
  59. package/dist/docs/resources/route.md +36 -36
  60. package/dist/docs/resources/secret_management_access.md +8 -8
  61. package/dist/docs/resources/securemesh_site.md +97 -97
  62. package/dist/docs/resources/segment.md +4 -4
  63. package/dist/docs/resources/service_policy.md +44 -44
  64. package/dist/docs/resources/service_policy_rule.md +37 -37
  65. package/dist/docs/resources/site.md +241 -613
  66. package/dist/docs/resources/site_mesh_group.md +8 -8
  67. package/dist/docs/resources/subnet.md +5 -5
  68. package/dist/docs/resources/tcp_loadbalancer.md +37 -37
  69. package/dist/docs/resources/tunnel.md +4 -4
  70. package/dist/docs/resources/udp_loadbalancer.md +9 -9
  71. package/dist/docs/resources/user_identification.md +10 -10
  72. package/dist/docs/resources/virtual_host.md +42 -42
  73. package/dist/docs/resources/virtual_network.md +4 -4
  74. package/dist/docs/resources/voltstack_site.md +59 -59
  75. package/dist/docs/resources/waf_exclusion_policy.md +5 -5
  76. package/dist/docs/resources/workload.md +9 -2951
  77. package/dist/metadata/resource-metadata.json +379 -613
  78. package/dist/metadata/validation-patterns.json +1 -1
  79. package/package.json +1 -1
@@ -124,22 +124,22 @@ resource "f5xc_origin_pool" "example" {
124
124
  <a id="advanced-options"></a>&#x2022; [`advanced_options`](#advanced-options) - Optional Block Defaults to `null`<br>Configure Advanced OPTIONS for origin pool<br>See [Advanced Options](#advanced-options) below for details.
125
125
 
126
126
  -> **One of the following:**
127
- &#x2022; <a id="automatic-port"></a>[`automatic_port`](#automatic-port) - Optional Block<br>Can be used for messages where no values are needed
128
- <br><br>&#x2022; <a id="lb-port"></a>[`lb_port`](#lb-port) - Optional Block<br>Can be used for messages where no values are needed
127
+ &#x2022; <a id="automatic-port"></a>[`automatic_port`](#automatic-port) - Optional Block<br>Enable this option
128
+ <br><br>&#x2022; <a id="lb-port"></a>[`lb_port`](#lb-port) - Optional Block<br>Enable this option
129
129
  <br><br>&#x2022; <a id="port"></a>[`port`](#port) - Optional Number<br>Endpoint service is available on this port
130
130
 
131
131
  <a id="endpoint-selection"></a>&#x2022; [`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
132
132
 
133
133
  -> **One of the following:**
134
134
  &#x2022; <a id="health-check-port"></a>[`health_check_port`](#health-check-port) - Optional Number<br>Port used for performing health check
135
- <br><br>&#x2022; <a id="same-as-endpoint-port"></a>[`same_as_endpoint_port`](#same-as-endpoint-port) - Optional Block<br>Can be used for messages where no values are needed
135
+ <br><br>&#x2022; <a id="same-as-endpoint-port"></a>[`same_as_endpoint_port`](#same-as-endpoint-port) - Optional Block<br>Enable this option
136
136
 
137
137
  <a id="healthcheck"></a>&#x2022; [`healthcheck`](#healthcheck) - Optional Block<br>Reference to healthcheck configuration objects<br>See [Healthcheck](#healthcheck) below for details.
138
138
 
139
139
  <a id="loadbalancer-algorithm"></a>&#x2022; [`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
140
140
 
141
141
  -> **One of the following:**
142
- &#x2022; <a id="no-tls"></a>[`no_tls`](#no-tls) - Optional Block<br>Can be used for messages where no values are needed
142
+ &#x2022; <a id="no-tls"></a>[`no_tls`](#no-tls) - Optional Block<br>Enable this option
143
143
 
144
144
  <a id="origin-servers"></a>&#x2022; [`origin_servers`](#origin-servers) - Optional Block<br>List of origin servers in this pool<br>See [Origin Servers](#origin-servers) below for details.
145
145
 
@@ -161,25 +161,25 @@ In addition to all arguments above, the following attributes are exported:
161
161
 
162
162
  An [`advanced_options`](#advanced-options) block supports the following:
163
163
 
164
- <a id="advanced-options-auto-http-config"></a>&#x2022; [`auto_http_config`](#advanced-options-auto-http-config) - Optional Block<br>Can be used for messages where no values are needed
164
+ <a id="advanced-options-auto-http-config"></a>&#x2022; [`auto_http_config`](#advanced-options-auto-http-config) - Optional Block<br>Enable this option
165
165
 
166
166
  <a id="advanced-options-circuit-breaker"></a>&#x2022; [`circuit_breaker`](#advanced-options-circuit-breaker) - Optional Block<br>CircuitBreaker provides a mechanism for watching failures in upstream connections or requests and if the failures reach a certain threshold, automatically fail subsequent requests which allows to apply back pressure on downstream quickly<br>See [Circuit Breaker](#advanced-options-circuit-breaker) below.
167
167
 
168
168
  <a id="advanced-options-connection-timeout"></a>&#x2022; [`connection_timeout`](#advanced-options-connection-timeout) - Optional Number Defaults to `2` Specified in milliseconds<br>The timeout for new network connections to endpoints in the cluster. The seconds
169
169
 
170
- <a id="breaker-c470cf"></a>&#x2022; [`default_circuit_breaker`](#breaker-c470cf) - Optional Block<br>Can be used for messages where no values are needed
170
+ <a id="breaker-c470cf"></a>&#x2022; [`default_circuit_breaker`](#breaker-c470cf) - Optional Block<br>Enable this option
171
171
 
172
- <a id="breaker-222fdc"></a>&#x2022; [`disable_circuit_breaker`](#breaker-222fdc) - Optional Block<br>Can be used for messages where no values are needed
172
+ <a id="breaker-222fdc"></a>&#x2022; [`disable_circuit_breaker`](#breaker-222fdc) - Optional Block<br>Enable this option
173
173
 
174
- <a id="persistance-1139ff"></a>&#x2022; [`disable_lb_source_ip_persistance`](#persistance-1139ff) - Optional Block<br>Can be used for messages where no values are needed
174
+ <a id="persistance-1139ff"></a>&#x2022; [`disable_lb_source_ip_persistance`](#persistance-1139ff) - Optional Block<br>Enable this option
175
175
 
176
- <a id="detection-c26369"></a>&#x2022; [`disable_outlier_detection`](#detection-c26369) - Optional Block<br>Can be used for messages where no values are needed
176
+ <a id="detection-c26369"></a>&#x2022; [`disable_outlier_detection`](#detection-c26369) - Optional Block<br>Enable this option
177
177
 
178
- <a id="advanced-options-disable-proxy-protocol"></a>&#x2022; [`disable_proxy_protocol`](#advanced-options-disable-proxy-protocol) - Optional Block<br>Can be used for messages where no values are needed
178
+ <a id="advanced-options-disable-proxy-protocol"></a>&#x2022; [`disable_proxy_protocol`](#advanced-options-disable-proxy-protocol) - Optional Block<br>Enable this option
179
179
 
180
- <a id="advanced-options-disable-subsets"></a>&#x2022; [`disable_subsets`](#advanced-options-disable-subsets) - Optional Block<br>Can be used for messages where no values are needed
180
+ <a id="advanced-options-disable-subsets"></a>&#x2022; [`disable_subsets`](#advanced-options-disable-subsets) - Optional Block<br>Enable this option
181
181
 
182
- <a id="persistance-62e70d"></a>&#x2022; [`enable_lb_source_ip_persistance`](#persistance-62e70d) - Optional Block<br>Can be used for messages where no values are needed
182
+ <a id="persistance-62e70d"></a>&#x2022; [`enable_lb_source_ip_persistance`](#persistance-62e70d) - Optional Block<br>Enable this option
183
183
 
184
184
  <a id="advanced-options-enable-subsets"></a>&#x2022; [`enable_subsets`](#advanced-options-enable-subsets) - Optional Block<br>Configure subset OPTIONS for origin pool<br>See [Enable Subsets](#advanced-options-enable-subsets) below.
185
185
 
@@ -189,15 +189,15 @@ An [`advanced_options`](#advanced-options) block supports the following:
189
189
 
190
190
  <a id="advanced-options-http-idle-timeout"></a>&#x2022; [`http_idle_timeout`](#advanced-options-http-idle-timeout) - Optional Number<br>The idle timeout for upstream connection pool connections. The idle timeout is defined as the period in which there are no active requests. When the idle timeout is reached the connection will be closed
191
191
 
192
- <a id="advanced-options-no-panic-threshold"></a>&#x2022; [`no_panic_threshold`](#advanced-options-no-panic-threshold) - Optional Block<br>Can be used for messages where no values are needed
192
+ <a id="advanced-options-no-panic-threshold"></a>&#x2022; [`no_panic_threshold`](#advanced-options-no-panic-threshold) - Optional Block<br>Enable this option
193
193
 
194
194
  <a id="advanced-options-outlier-detection"></a>&#x2022; [`outlier_detection`](#advanced-options-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](#advanced-options-outlier-detection) below.
195
195
 
196
196
  <a id="advanced-options-panic-threshold"></a>&#x2022; [`panic_threshold`](#advanced-options-panic-threshold) - Optional Number<br>Configure a threshold (percentage of unhealthy endpoints) below which all endpoints will be considered for load balancing ignoring its health status
197
197
 
198
- <a id="advanced-options-proxy-protocol-v1"></a>&#x2022; [`proxy_protocol_v1`](#advanced-options-proxy-protocol-v1) - Optional Block<br>Can be used for messages where no values are needed
198
+ <a id="advanced-options-proxy-protocol-v1"></a>&#x2022; [`proxy_protocol_v1`](#advanced-options-proxy-protocol-v1) - Optional Block<br>Enable this option
199
199
 
200
- <a id="advanced-options-proxy-protocol-v2"></a>&#x2022; [`proxy_protocol_v2`](#advanced-options-proxy-protocol-v2) - Optional Block<br>Can be used for messages where no values are needed
200
+ <a id="advanced-options-proxy-protocol-v2"></a>&#x2022; [`proxy_protocol_v2`](#advanced-options-proxy-protocol-v2) - Optional Block<br>Enable this option
201
201
 
202
202
  #### Advanced Options Circuit Breaker
203
203
 
@@ -217,13 +217,13 @@ A [`circuit_breaker`](#advanced-options-circuit-breaker) block (within [`advance
217
217
 
218
218
  An [`enable_subsets`](#advanced-options-enable-subsets) block (within [`advanced_options`](#advanced-options)) supports the following:
219
219
 
220
- <a id="endpoint-0fc3f9"></a>&#x2022; [`any_endpoint`](#endpoint-0fc3f9) - Optional Block<br>Can be used for messages where no values are needed
220
+ <a id="endpoint-0fc3f9"></a>&#x2022; [`any_endpoint`](#endpoint-0fc3f9) - Optional Block<br>Enable this option
221
221
 
222
222
  <a id="subset-276c69"></a>&#x2022; [`default_subset`](#subset-276c69) - Optional Block<br>Origin Pool Default Subset. Default Subset definition<br>See [Default Subset](#subset-276c69) below.
223
223
 
224
224
  <a id="subsets-25c75e"></a>&#x2022; [`endpoint_subsets`](#subsets-25c75e) - Optional Block<br>List of subset class. Subsets class is defined using list of keys. Every unique combination of values of these keys form a subset withing the class<br>See [Endpoint Subsets](#subsets-25c75e) below.
225
225
 
226
- <a id="request-49c0b8"></a>&#x2022; [`fail_request`](#request-49c0b8) - Optional Block<br>Can be used for messages where no values are needed
226
+ <a id="request-49c0b8"></a>&#x2022; [`fail_request`](#request-49c0b8) - Optional Block<br>Enable this option
227
227
 
228
228
  #### Advanced Options Enable Subsets Default Subset
229
229
 
@@ -247,13 +247,13 @@ A [`http1_config`](#advanced-options-http1-config) block (within [`advanced_opti
247
247
 
248
248
  A [`header_transformation`](#transformation-1e4851) block (within [`advanced_options.http1_config`](#advanced-options-http1-config)) supports the following:
249
249
 
250
- <a id="transformation-6fa15c"></a>&#x2022; [`default_header_transformation`](#transformation-6fa15c) - Optional Block<br>Can be used for messages where no values are needed
250
+ <a id="transformation-6fa15c"></a>&#x2022; [`default_header_transformation`](#transformation-6fa15c) - Optional Block<br>Enable this option
251
251
 
252
- <a id="transformation-c4c936"></a>&#x2022; [`legacy_header_transformation`](#transformation-c4c936) - Optional Block<br>Can be used for messages where no values are needed
252
+ <a id="transformation-c4c936"></a>&#x2022; [`legacy_header_transformation`](#transformation-c4c936) - Optional Block<br>Enable this option
253
253
 
254
- <a id="transformation-923ab8"></a>&#x2022; [`preserve_case_header_transformation`](#transformation-923ab8) - Optional Block<br>Can be used for messages where no values are needed
254
+ <a id="transformation-923ab8"></a>&#x2022; [`preserve_case_header_transformation`](#transformation-923ab8) - Optional Block<br>Enable this option
255
255
 
256
- <a id="transformation-1ce9d5"></a>&#x2022; [`proper_case_header_transformation`](#transformation-1ce9d5) - Optional Block<br>Can be used for messages where no values are needed
256
+ <a id="transformation-1ce9d5"></a>&#x2022; [`proper_case_header_transformation`](#transformation-1ce9d5) - Optional Block<br>Enable this option
257
257
 
258
258
  #### Advanced Options Http2 Options
259
259
 
@@ -321,9 +321,9 @@ A [`cbip_service`](#origin-servers-cbip-service) block (within [`origin_servers`
321
321
 
322
322
  A [`consul_service`](#origin-servers-consul-service) block (within [`origin_servers`](#origin-servers)) supports the following:
323
323
 
324
- <a id="network-5b2697"></a>&#x2022; [`inside_network`](#network-5b2697) - Optional Block<br>Can be used for messages where no values are needed
324
+ <a id="network-5b2697"></a>&#x2022; [`inside_network`](#network-5b2697) - Optional Block<br>Enable this option
325
325
 
326
- <a id="network-844fc7"></a>&#x2022; [`outside_network`](#network-844fc7) - Optional Block<br>Can be used for messages where no values are needed
326
+ <a id="network-844fc7"></a>&#x2022; [`outside_network`](#network-844fc7) - Optional Block<br>Enable this option
327
327
 
328
328
  <a id="name-e2ff9a"></a>&#x2022; [`service_name`](#name-e2ff9a) - Optional String<br>Consul service name of this origin server will be listed, including cluster-ID. The format is servicename:cluster-ID
329
329
 
@@ -357,7 +357,7 @@ A [`site`](#site-a096eb) block (within [`origin_servers.consul_service.site_loca
357
357
 
358
358
  A [`snat_pool`](#origin-servers-consul-service-snat-pool) block (within [`origin_servers.consul_service`](#origin-servers-consul-service)) supports the following:
359
359
 
360
- <a id="pool-8eb799"></a>&#x2022; [`no_snat_pool`](#pool-8eb799) - Optional Block<br>Can be used for messages where no values are needed
360
+ <a id="pool-8eb799"></a>&#x2022; [`no_snat_pool`](#pool-8eb799) - Optional Block<br>Enable this option
361
361
 
362
362
  <a id="pool-fc27df"></a>&#x2022; [`snat_pool`](#pool-fc27df) - Optional Block<br>List of IPv4 prefixes that represent an endpoint<br>See [Snat Pool](#pool-fc27df) below.
363
363
 
@@ -385,9 +385,9 @@ An [`endpoint`](#endpoint-6a2e33) block (within [`origin_servers.custom_endpoint
385
385
 
386
386
  A [`k8s_service`](#origin-servers-k8s-service) block (within [`origin_servers`](#origin-servers)) supports the following:
387
387
 
388
- <a id="network-698e40"></a>&#x2022; [`inside_network`](#network-698e40) - Optional Block<br>Can be used for messages where no values are needed
388
+ <a id="network-698e40"></a>&#x2022; [`inside_network`](#network-698e40) - Optional Block<br>Enable this option
389
389
 
390
- <a id="network-4852ec"></a>&#x2022; [`outside_network`](#network-4852ec) - Optional Block<br>Can be used for messages where no values are needed
390
+ <a id="network-4852ec"></a>&#x2022; [`outside_network`](#network-4852ec) - Optional Block<br>Enable this option
391
391
 
392
392
  <a id="origin-servers-k8s-service-protocol"></a>&#x2022; [`protocol`](#origin-servers-k8s-service-protocol) - Optional String Defaults to `PROTOCOL_TCP`<br>Possible values are `PROTOCOL_TCP`, `PROTOCOL_UDP`<br>[Enum: PROTOCOL_TCP|PROTOCOL_UDP] Type of protocol - PROTOCOL_TCP: TCP - PROTOCOL_UDP: UDP
393
393
 
@@ -397,7 +397,7 @@ A [`k8s_service`](#origin-servers-k8s-service) block (within [`origin_servers`](
397
397
 
398
398
  <a id="origin-servers-k8s-service-snat-pool"></a>&#x2022; [`snat_pool`](#origin-servers-k8s-service-snat-pool) - Optional Block<br>SNAT Pool. SNAT Pool configuration<br>See [Snat Pool](#origin-servers-k8s-service-snat-pool) below.
399
399
 
400
- <a id="networks-d41308"></a>&#x2022; [`vk8s_networks`](#networks-d41308) - Optional Block<br>Can be used for messages where no values are needed
400
+ <a id="networks-d41308"></a>&#x2022; [`vk8s_networks`](#networks-d41308) - Optional Block<br>Enable this option
401
401
 
402
402
  #### Origin Servers K8S Service Site Locator
403
403
 
@@ -425,7 +425,7 @@ A [`site`](#site-e35217) block (within [`origin_servers.k8s_service.site_locator
425
425
 
426
426
  A [`snat_pool`](#origin-servers-k8s-service-snat-pool) block (within [`origin_servers.k8s_service`](#origin-servers-k8s-service)) supports the following:
427
427
 
428
- <a id="pool-57d5fe"></a>&#x2022; [`no_snat_pool`](#pool-57d5fe) - Optional Block<br>Can be used for messages where no values are needed
428
+ <a id="pool-57d5fe"></a>&#x2022; [`no_snat_pool`](#pool-57d5fe) - Optional Block<br>Enable this option
429
429
 
430
430
  <a id="pool-8c0889"></a>&#x2022; [`snat_pool`](#pool-8c0889) - Optional Block<br>List of IPv4 prefixes that represent an endpoint<br>See [Snat Pool](#pool-8c0889) below.
431
431
 
@@ -437,11 +437,11 @@ A [`snat_pool`](#origin-servers-k8s-service-snat-pool) block (within [`origin_se
437
437
 
438
438
  A [`private_ip`](#origin-servers-private-ip) block (within [`origin_servers`](#origin-servers)) supports the following:
439
439
 
440
- <a id="network-340769"></a>&#x2022; [`inside_network`](#network-340769) - Optional Block<br>Can be used for messages where no values are needed
440
+ <a id="network-340769"></a>&#x2022; [`inside_network`](#network-340769) - Optional Block<br>Enable this option
441
441
 
442
442
  <a id="origin-servers-private-ip-ip"></a>&#x2022; [`ip`](#origin-servers-private-ip-ip) - Optional String<br>IP. Private IPv4 address
443
443
 
444
- <a id="network-4b8cd1"></a>&#x2022; [`outside_network`](#network-4b8cd1) - Optional Block<br>Can be used for messages where no values are needed
444
+ <a id="network-4b8cd1"></a>&#x2022; [`outside_network`](#network-4b8cd1) - Optional Block<br>Enable this option
445
445
 
446
446
  <a id="origin-servers-private-ip-segment"></a>&#x2022; [`segment`](#origin-servers-private-ip-segment) - 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 [Segment](#origin-servers-private-ip-segment) below.
447
447
 
@@ -485,7 +485,7 @@ A [`site`](#site-9000e8) block (within [`origin_servers.private_ip.site_locator`
485
485
 
486
486
  A [`snat_pool`](#origin-servers-private-ip-snat-pool) block (within [`origin_servers.private_ip`](#origin-servers-private-ip)) supports the following:
487
487
 
488
- <a id="pool-c826de"></a>&#x2022; [`no_snat_pool`](#pool-c826de) - Optional Block<br>Can be used for messages where no values are needed
488
+ <a id="pool-c826de"></a>&#x2022; [`no_snat_pool`](#pool-c826de) - Optional Block<br>Enable this option
489
489
 
490
490
  <a id="pool-cc6a33"></a>&#x2022; [`snat_pool`](#pool-cc6a33) - Optional Block<br>List of IPv4 prefixes that represent an endpoint<br>See [Snat Pool](#pool-cc6a33) below.
491
491
 
@@ -499,9 +499,9 @@ A [`private_name`](#origin-servers-private-name) block (within [`origin_servers`
499
499
 
500
500
  <a id="origin-servers-private-name-dns-name"></a>&#x2022; [`dns_name`](#origin-servers-private-name-dns-name) - Optional String<br>DNS Name. DNS Name
501
501
 
502
- <a id="network-1921f3"></a>&#x2022; [`inside_network`](#network-1921f3) - Optional Block<br>Can be used for messages where no values are needed
502
+ <a id="network-1921f3"></a>&#x2022; [`inside_network`](#network-1921f3) - Optional Block<br>Enable this option
503
503
 
504
- <a id="network-a1ed83"></a>&#x2022; [`outside_network`](#network-a1ed83) - Optional Block<br>Can be used for messages where no values are needed
504
+ <a id="network-a1ed83"></a>&#x2022; [`outside_network`](#network-a1ed83) - Optional Block<br>Enable this option
505
505
 
506
506
  <a id="interval-4bd915"></a>&#x2022; [`refresh_interval`](#interval-4bd915) - Optional Number<br>Interval for DNS refresh in seconds. Max value is 7 days as per `HTTPS://datatracker.ietf.org/doc/HTML/rfc8767.`
507
507
 
@@ -547,7 +547,7 @@ A [`site`](#site-771c33) block (within [`origin_servers.private_name.site_locato
547
547
 
548
548
  A [`snat_pool`](#origin-servers-private-name-snat-pool) block (within [`origin_servers.private_name`](#origin-servers-private-name)) supports the following:
549
549
 
550
- <a id="pool-569cef"></a>&#x2022; [`no_snat_pool`](#pool-569cef) - Optional Block<br>Can be used for messages where no values are needed
550
+ <a id="pool-569cef"></a>&#x2022; [`no_snat_pool`](#pool-569cef) - Optional Block<br>Enable this option
551
551
 
552
552
  <a id="pool-b6c3f7"></a>&#x2022; [`snat_pool`](#pool-b6c3f7) - Optional Block<br>List of IPv4 prefixes that represent an endpoint<br>See [Snat Pool](#pool-b6c3f7) below.
553
553
 
@@ -621,31 +621,31 @@ A [`timeouts`](#timeouts) block supports the following:
621
621
 
622
622
  An [`upstream_conn_pool_reuse_type`](#upstream-conn-pool-reuse-type) block supports the following:
623
623
 
624
- <a id="reuse-008a14"></a>&#x2022; [`disable_conn_pool_reuse`](#reuse-008a14) - Optional Block<br>Can be used for messages where no values are needed
624
+ <a id="reuse-008a14"></a>&#x2022; [`disable_conn_pool_reuse`](#reuse-008a14) - Optional Block<br>Enable this option
625
625
 
626
- <a id="reuse-ad4462"></a>&#x2022; [`enable_conn_pool_reuse`](#reuse-ad4462) - Optional Block<br>Can be used for messages where no values are needed
626
+ <a id="reuse-ad4462"></a>&#x2022; [`enable_conn_pool_reuse`](#reuse-ad4462) - Optional Block<br>Enable this option
627
627
 
628
628
  #### Use TLS
629
629
 
630
630
  An [`use_tls`](#use-tls) block supports the following:
631
631
 
632
- <a id="use-tls-default-session-key-caching"></a>&#x2022; [`default_session_key_caching`](#use-tls-default-session-key-caching) - Optional Block<br>Can be used for messages where no values are needed
632
+ <a id="use-tls-default-session-key-caching"></a>&#x2022; [`default_session_key_caching`](#use-tls-default-session-key-caching) - Optional Block<br>Enable this option
633
633
 
634
- <a id="use-tls-disable-session-key-caching"></a>&#x2022; [`disable_session_key_caching`](#use-tls-disable-session-key-caching) - Optional Block<br>Can be used for messages where no values are needed
634
+ <a id="use-tls-disable-session-key-caching"></a>&#x2022; [`disable_session_key_caching`](#use-tls-disable-session-key-caching) - Optional Block<br>Enable this option
635
635
 
636
- <a id="use-tls-disable-sni"></a>&#x2022; [`disable_sni`](#use-tls-disable-sni) - Optional Block<br>Can be used for messages where no values are needed
636
+ <a id="use-tls-disable-sni"></a>&#x2022; [`disable_sni`](#use-tls-disable-sni) - Optional Block<br>Enable this option
637
637
 
638
638
  <a id="use-tls-max-session-keys"></a>&#x2022; [`max_session_keys`](#use-tls-max-session-keys) - Optional Number<br>Number of session keys that are cached
639
639
 
640
- <a id="use-tls-no-mtls"></a>&#x2022; [`no_mtls`](#use-tls-no-mtls) - Optional Block<br>Can be used for messages where no values are needed
640
+ <a id="use-tls-no-mtls"></a>&#x2022; [`no_mtls`](#use-tls-no-mtls) - Optional Block<br>Enable this option
641
641
 
642
- <a id="use-tls-skip-server-verification"></a>&#x2022; [`skip_server_verification`](#use-tls-skip-server-verification) - Optional Block<br>Can be used for messages where no values are needed
642
+ <a id="use-tls-skip-server-verification"></a>&#x2022; [`skip_server_verification`](#use-tls-skip-server-verification) - Optional Block<br>Enable this option
643
643
 
644
644
  <a id="use-tls-sni"></a>&#x2022; [`sni`](#use-tls-sni) - Optional String<br>SNI value to be used
645
645
 
646
646
  <a id="use-tls-tls-config"></a>&#x2022; [`tls_config`](#use-tls-tls-config) - Optional Block<br>Defines various OPTIONS to configure TLS configuration parameters<br>See [TLS Config](#use-tls-tls-config) below.
647
647
 
648
- <a id="use-tls-use-host-header-as-sni"></a>&#x2022; [`use_host_header_as_sni`](#use-tls-use-host-header-as-sni) - Optional Block<br>Can be used for messages where no values are needed
648
+ <a id="use-tls-use-host-header-as-sni"></a>&#x2022; [`use_host_header_as_sni`](#use-tls-use-host-header-as-sni) - Optional Block<br>Enable this option
649
649
 
650
650
  <a id="use-tls-use-mtls"></a>&#x2022; [`use_mtls`](#use-tls-use-mtls) - Optional Block<br>mTLS Certificate. mTLS Client Certificate<br>See [Use mTLS](#use-tls-use-mtls) below.
651
651
 
@@ -653,7 +653,7 @@ An [`use_tls`](#use-tls) block supports the following:
653
653
 
654
654
  <a id="use-tls-use-server-verification"></a>&#x2022; [`use_server_verification`](#use-tls-use-server-verification) - Optional Block<br>TLS Validation Context for Origin Servers. Upstream TLS Validation Context<br>See [Use Server Verification](#use-tls-use-server-verification) below.
655
655
 
656
- <a id="use-tls-volterra-trusted-ca"></a>&#x2022; [`volterra_trusted_ca`](#use-tls-volterra-trusted-ca) - Optional Block<br>Can be used for messages where no values are needed
656
+ <a id="use-tls-volterra-trusted-ca"></a>&#x2022; [`volterra_trusted_ca`](#use-tls-volterra-trusted-ca) - Optional Block<br>Enable this option
657
657
 
658
658
  #### Use TLS TLS Config
659
659
 
@@ -661,11 +661,11 @@ A [`tls_config`](#use-tls-tls-config) block (within [`use_tls`](#use-tls)) suppo
661
661
 
662
662
  <a id="use-tls-tls-config-custom-security"></a>&#x2022; [`custom_security`](#use-tls-tls-config-custom-security) - Optional Block<br>Defines TLS protocol config including min/max versions and allowed ciphers<br>See [Custom Security](#use-tls-tls-config-custom-security) below.
663
663
 
664
- <a id="use-tls-tls-config-default-security"></a>&#x2022; [`default_security`](#use-tls-tls-config-default-security) - Optional Block<br>Can be used for messages where no values are needed
664
+ <a id="use-tls-tls-config-default-security"></a>&#x2022; [`default_security`](#use-tls-tls-config-default-security) - Optional Block<br>Enable this option
665
665
 
666
- <a id="use-tls-tls-config-low-security"></a>&#x2022; [`low_security`](#use-tls-tls-config-low-security) - Optional Block<br>Can be used for messages where no values are needed
666
+ <a id="use-tls-tls-config-low-security"></a>&#x2022; [`low_security`](#use-tls-tls-config-low-security) - Optional Block<br>Enable this option
667
667
 
668
- <a id="use-tls-tls-config-medium-security"></a>&#x2022; [`medium_security`](#use-tls-tls-config-medium-security) - Optional Block<br>Can be used for messages where no values are needed
668
+ <a id="use-tls-tls-config-medium-security"></a>&#x2022; [`medium_security`](#use-tls-tls-config-medium-security) - Optional Block<br>Enable this option
669
669
 
670
670
  #### Use TLS TLS Config Custom Security
671
671
 
@@ -693,11 +693,11 @@ A [`tls_certificates`](#use-tls-use-mtls-tls-certificates) block (within [`use_t
693
693
 
694
694
  <a id="spec-ad9c6c"></a>&#x2022; [`description_spec`](#spec-ad9c6c) - Optional String<br>Description. Description for the certificate
695
695
 
696
- <a id="stapling-242d9f"></a>&#x2022; [`disable_ocsp_stapling`](#stapling-242d9f) - Optional Block<br>Can be used for messages where no values are needed
696
+ <a id="stapling-242d9f"></a>&#x2022; [`disable_ocsp_stapling`](#stapling-242d9f) - Optional Block<br>Enable this option
697
697
 
698
698
  <a id="key-dc1b14"></a>&#x2022; [`private_key`](#key-dc1b14) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Private Key](#key-dc1b14) below.
699
699
 
700
- <a id="defaults-413d06"></a>&#x2022; [`use_system_defaults`](#defaults-413d06) - Optional Block<br>Can be used for messages where no values are needed
700
+ <a id="defaults-413d06"></a>&#x2022; [`use_system_defaults`](#defaults-413d06) - Optional Block<br>Enable this option
701
701
 
702
702
  #### Use TLS Use mTLS TLS Certificates Custom Hash Algorithms
703
703
 
@@ -2,12 +2,12 @@
2
2
  page_title: "f5xc_policer Resource - terraform-provider-f5xc"
3
3
  subcategory: "Service Mesh"
4
4
  description: |-
5
- Manages new policer with traffic rate limits. in F5 Distributed Cloud.
5
+ Manages protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits. in F5 Distributed Cloud.
6
6
  ---
7
7
 
8
8
  # f5xc_policer (Resource)
9
9
 
10
- Manages new policer with traffic rate limits. in F5 Distributed Cloud.
10
+ Manages protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits. in F5 Distributed Cloud.
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 new policer with traffic rate limits. in F5 Distributed Cloud.
15
15
 
16
16
  ```terraform
17
17
  # Policer Resource Example
18
- # Manages new policer with traffic rate limits. in F5 Distributed Cloud.
18
+ # Manages protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits. in F5 Distributed Cloud.
19
19
 
20
20
  # Basic Policer configuration
21
21
  resource "f5xc_policer" "example" {
@@ -57,13 +57,7 @@ resource "f5xc_policer" "example" {
57
57
 
58
58
  ### Spec Argument Reference
59
59
 
60
- <a id="burst-size"></a>&#x2022; [`burst_size`](#burst-size) - Optional Number<br>The maximum size permitted for bursts of data. E.g. 10000 pps burst
61
-
62
- <a id="committed-information-rate"></a>&#x2022; [`committed_information_rate`](#committed-information-rate) - Optional Number<br>The committed information rate is the guaranteed packets rate for traffic arriving or departing under normal conditions. E.g. 10000 pps
63
-
64
- <a id="policer-mode"></a>&#x2022; [`policer_mode`](#policer-mode) - Optional String Defaults to `POLICER_MODE_NOT_SHARED`<br>Possible values are `POLICER_MODE_NOT_SHARED`, `POLICER_MODE_SHARED`<br>[Enum: POLICER_MODE_NOT_SHARED|POLICER_MODE_SHARED] - POLICER_MODE_NOT_SHARED: Not Shared A separate policer instance is created for each reference to the policer - POLICER_MODE_SHARED: Shared A common policer instance is used for for all references to the policer
65
-
66
- <a id="policer-type"></a>&#x2022; [`policer_type`](#policer-type) - Optional String Defaults to `POLICER_SINGLE_RATE_TWO_COLOR`<br>[Enum: POLICER_SINGLE_RATE_TWO_COLOR] Specifies the type of Policer Basic Single-Rate Two-Color Policer. The only possible value is `POLICER_SINGLE_RATE_TWO_COLOR`
60
+ <a id="protocol-policer"></a>&#x2022; [`protocol_policer`](#protocol-policer) - Optional Block<br>List of L4 protocol match condition and associated traffic rate limits<br>See [Protocol Policer](#protocol-policer) below for details.
67
61
 
68
62
  <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
69
63
 
@@ -75,6 +69,52 @@ In addition to all arguments above, the following attributes are exported:
75
69
 
76
70
  ---
77
71
 
72
+ #### Protocol Policer
73
+
74
+ A [`protocol_policer`](#protocol-policer) block supports the following:
75
+
76
+ <a id="protocol-policer-policer"></a>&#x2022; [`policer`](#protocol-policer-policer) - Optional Block<br>Reference to policer object to apply traffic rate limits<br>See [Policer](#protocol-policer-policer) below.
77
+
78
+ <a id="protocol-policer-protocol"></a>&#x2022; [`protocol`](#protocol-policer-protocol) - Optional Block<br>Protocol and protocol specific flags to be matched in packet<br>See [Protocol](#protocol-policer-protocol) below.
79
+
80
+ #### Protocol Policer Policer
81
+
82
+ A [`policer`](#protocol-policer-policer) block (within [`protocol_policer`](#protocol-policer)) supports the following:
83
+
84
+ <a id="protocol-policer-policer-kind"></a>&#x2022; [`kind`](#protocol-policer-policer-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')
85
+
86
+ <a id="protocol-policer-policer-name"></a>&#x2022; [`name`](#protocol-policer-policer-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
87
+
88
+ <a id="protocol-policer-policer-namespace"></a>&#x2022; [`namespace`](#protocol-policer-policer-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
89
+
90
+ <a id="protocol-policer-policer-tenant"></a>&#x2022; [`tenant`](#protocol-policer-policer-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
91
+
92
+ <a id="protocol-policer-policer-uid"></a>&#x2022; [`uid`](#protocol-policer-policer-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
93
+
94
+ #### Protocol Policer Protocol
95
+
96
+ A [`protocol`](#protocol-policer-protocol) block (within [`protocol_policer`](#protocol-policer)) supports the following:
97
+
98
+ <a id="protocol-policer-protocol-dns"></a>&#x2022; [`dns`](#protocol-policer-protocol-dns) - Optional Block<br>Match all DNS packets inclusing UDP and TCP
99
+
100
+ <a id="protocol-policer-protocol-icmp"></a>&#x2022; [`icmp`](#protocol-policer-protocol-icmp) - Optional Block<br>ICMP Packet Type. ICMP message type to match in packet<br>See [ICMP](#protocol-policer-protocol-icmp) below.
101
+
102
+ <a id="protocol-policer-protocol-tcp"></a>&#x2022; [`tcp`](#protocol-policer-protocol-tcp) - Optional Block<br>Specification of TCP flag to be matched in a TCP packet<br>See [TCP](#protocol-policer-protocol-tcp) below.
103
+
104
+ <a id="protocol-policer-protocol-udp"></a>&#x2022; [`udp`](#protocol-policer-protocol-udp) - Optional Block<br>UDP Packets. Match all UDP packets
105
+
106
+ #### Protocol Policer Protocol ICMP
107
+
108
+ An [`icmp`](#protocol-policer-protocol-icmp) block (within [`protocol_policer.protocol`](#protocol-policer-protocol)) supports the following:
109
+
110
+ <a id="protocol-policer-protocol-icmp-type"></a>&#x2022; [`type`](#protocol-policer-protocol-icmp-type) - Optional List Defaults to `ECHO_REPLY`<br>Possible values are `ECHO_REPLY`, `ECHO_REQUEST`, `ALL_ICMP_MSG`<br>[Enum: ECHO_REPLY|ECHO_REQUEST|ALL_ICMP_MSG] ICMP message type to be matched in packet
111
+
112
+ #### Protocol Policer Protocol TCP
113
+
114
+ A [`tcp`](#protocol-policer-protocol-tcp) block (within [`protocol_policer.protocol`](#protocol-policer-protocol)) supports the following:
115
+
116
+ <a id="protocol-policer-protocol-tcp-flags"></a>&#x2022; [`flags`](#protocol-policer-protocol-tcp-flags) - Optional List Defaults to `FIN`<br>Possible values are `FIN`, `SYN`, `RST`, `PSH`, `ACK`, `URG`, `ALL_TCP_FLAGS`, `KEEPALIVE`<br>[Enum: FIN|SYN|RST|PSH|ACK|URG|ALL_TCP_FLAGS|KEEPALIVE] TCP flags. TCP flag to be matched in a TCP packet
117
+
78
118
  #### Timeouts
79
119
 
80
120
  A [`timeouts`](#timeouts) block supports the following:
@@ -40,7 +40,7 @@ resource "f5xc_policy_based_routing" "example" {
40
40
  forward_proxy_pbr_rules {
41
41
  # Configure forward_proxy_pbr_rules settings
42
42
  }
43
- # Can be used for messages where no values are needed.
43
+ # Enable this option
44
44
  all_destinations {
45
45
  # Configure all_destinations settings
46
46
  }
@@ -92,9 +92,9 @@ A [`forward_proxy_pbr`](#forward-proxy-pbr) block supports the following:
92
92
 
93
93
  A [`forward_proxy_pbr_rules`](#rules-67a5cc) block (within [`forward_proxy_pbr`](#forward-proxy-pbr)) supports the following:
94
94
 
95
- <a id="destinations-1e0cd9"></a>&#x2022; [`all_destinations`](#destinations-1e0cd9) - Optional Block<br>Can be used for messages where no values are needed
95
+ <a id="destinations-1e0cd9"></a>&#x2022; [`all_destinations`](#destinations-1e0cd9) - Optional Block<br>Enable this option
96
96
 
97
- <a id="sources-4f8004"></a>&#x2022; [`all_sources`](#sources-4f8004) - Optional Block<br>Can be used for messages where no values are needed
97
+ <a id="sources-4f8004"></a>&#x2022; [`all_sources`](#sources-4f8004) - Optional Block<br>Enable this option
98
98
 
99
99
  <a id="list-a3b35a"></a>&#x2022; [`forwarding_class_list`](#list-a3b35a) - Optional Block<br>Ordered list of forwarding Class to be used if no rule match<br>See [Forwarding Class List](#list-a3b35a) below.
100
100
 
@@ -160,7 +160,7 @@ A [`forwarding_class_list`](#forwarding-class-list) block supports the following
160
160
 
161
161
  A [`network_pbr`](#network-pbr) block supports the following:
162
162
 
163
- <a id="network-pbr-any"></a>&#x2022; [`any`](#network-pbr-any) - Optional Block<br>Can be used for messages where no values are needed
163
+ <a id="network-pbr-any"></a>&#x2022; [`any`](#network-pbr-any) - Optional Block<br>Enable this option
164
164
 
165
165
  <a id="network-pbr-label-selector"></a>&#x2022; [`label_selector`](#network-pbr-label-selector) - Optional Block<br>Type can be used to establish a 'selector reference' from one object(called selector) to a set of other objects(called selectees) based on the value of expresssions. A label selector is a label query over a set of resources. An empty label selector matches all objects<br>See [Label Selector](#network-pbr-label-selector) below.
166
166
 
@@ -178,13 +178,13 @@ A [`label_selector`](#network-pbr-label-selector) block (within [`network_pbr`](
178
178
 
179
179
  A [`network_pbr_rules`](#network-pbr-network-pbr-rules) block (within [`network_pbr`](#network-pbr)) supports the following:
180
180
 
181
- <a id="traffic-e56c3b"></a>&#x2022; [`all_tcp_traffic`](#traffic-e56c3b) - Optional Block<br>Can be used for messages where no values are needed
181
+ <a id="traffic-e56c3b"></a>&#x2022; [`all_tcp_traffic`](#traffic-e56c3b) - Optional Block<br>Enable this option
182
182
 
183
- <a id="traffic-5b23a8"></a>&#x2022; [`all_traffic`](#traffic-5b23a8) - Optional Block<br>Can be used for messages where no values are needed
183
+ <a id="traffic-5b23a8"></a>&#x2022; [`all_traffic`](#traffic-5b23a8) - Optional Block<br>Enable this option
184
184
 
185
- <a id="traffic-d923ff"></a>&#x2022; [`all_udp_traffic`](#traffic-d923ff) - Optional Block<br>Can be used for messages where no values are needed
185
+ <a id="traffic-d923ff"></a>&#x2022; [`all_udp_traffic`](#traffic-d923ff) - Optional Block<br>Enable this option
186
186
 
187
- <a id="network-pbr-network-pbr-rules-any"></a>&#x2022; [`any`](#network-pbr-network-pbr-rules-any) - Optional Block<br>Can be used for messages where no values are needed
187
+ <a id="network-pbr-network-pbr-rules-any"></a>&#x2022; [`any`](#network-pbr-network-pbr-rules-any) - Optional Block<br>Enable this option
188
188
 
189
189
  <a id="applications-913ddd"></a>&#x2022; [`applications`](#applications-913ddd) - Optional Block<br>Applications. Application protocols like HTTP, SNMP<br>See [Applications](#applications-913ddd) below.
190
190
 
@@ -36,7 +36,7 @@ resource "f5xc_protocol_inspection" "example" {
36
36
  enable_disable_compliance_checks {
37
37
  # Configure enable_disable_compliance_checks settings
38
38
  }
39
- # Can be used for messages where no values are needed.
39
+ # Enable this option
40
40
  disable_compliance_checks {
41
41
  # Configure disable_compliance_checks settings
42
42
  }
@@ -86,7 +86,7 @@ In addition to all arguments above, the following attributes are exported:
86
86
 
87
87
  An [`enable_disable_compliance_checks`](#enable-disable-compliance-checks) block supports the following:
88
88
 
89
- <a id="checks-6c8eaa"></a>&#x2022; [`disable_compliance_checks`](#checks-6c8eaa) - Optional Block<br>Can be used for messages where no values are needed
89
+ <a id="checks-6c8eaa"></a>&#x2022; [`disable_compliance_checks`](#checks-6c8eaa) - Optional Block<br>Enable this option
90
90
 
91
91
  <a id="checks-68d3e1"></a>&#x2022; [`enable_compliance_checks`](#checks-68d3e1) - 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 [Enable Compliance Checks](#checks-68d3e1) below.
92
92
 
@@ -104,9 +104,9 @@ An [`enable_compliance_checks`](#checks-68d3e1) block (within [`enable_disable_c
104
104
 
105
105
  An [`enable_disable_signatures`](#enable-disable-signatures) block supports the following:
106
106
 
107
- <a id="signature-dd5a1e"></a>&#x2022; [`disable_signature`](#signature-dd5a1e) - Optional Block<br>Can be used for messages where no values are needed
107
+ <a id="signature-dd5a1e"></a>&#x2022; [`disable_signature`](#signature-dd5a1e) - Optional Block<br>Enable this option
108
108
 
109
- <a id="signature-359b96"></a>&#x2022; [`enable_signature`](#signature-359b96) - Optional Block<br>Can be used for messages where no values are needed
109
+ <a id="signature-359b96"></a>&#x2022; [`enable_signature`](#signature-359b96) - Optional Block<br>Enable this option
110
110
 
111
111
  #### Timeouts
112
112