@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
|
@@ -40,7 +40,7 @@ resource "f5xc_bgp_routing_policy" "example" {
|
|
|
40
40
|
action {
|
|
41
41
|
# Configure action settings
|
|
42
42
|
}
|
|
43
|
-
#
|
|
43
|
+
# Enable this option
|
|
44
44
|
aggregate {
|
|
45
45
|
# Configure aggregate settings
|
|
46
46
|
}
|
|
@@ -90,15 +90,15 @@ A [`rules`](#rules) block supports the following:
|
|
|
90
90
|
|
|
91
91
|
An [`action`](#rules-action) block (within [`rules`](#rules)) supports the following:
|
|
92
92
|
|
|
93
|
-
<a id="rules-action-aggregate"></a>• [`aggregate`](#rules-action-aggregate) - Optional Block<br>
|
|
93
|
+
<a id="rules-action-aggregate"></a>• [`aggregate`](#rules-action-aggregate) - Optional Block<br>Enable this option
|
|
94
94
|
|
|
95
|
-
<a id="rules-action-allow"></a>• [`allow`](#rules-action-allow) - Optional Block<br>
|
|
95
|
+
<a id="rules-action-allow"></a>• [`allow`](#rules-action-allow) - Optional Block<br>Enable this option
|
|
96
96
|
|
|
97
97
|
<a id="rules-action-as-path"></a>• [`as_path`](#rules-action-as-path) - Optional String<br>AS-Path Prepending is generally used to influence incoming traffic
|
|
98
98
|
|
|
99
99
|
<a id="rules-action-community"></a>• [`community`](#rules-action-community) - Optional Block<br>BGP Community list. List of BGP communities<br>See [Community](#rules-action-community) below.
|
|
100
100
|
|
|
101
|
-
<a id="rules-action-deny"></a>• [`deny`](#rules-action-deny) - Optional Block<br>
|
|
101
|
+
<a id="rules-action-deny"></a>• [`deny`](#rules-action-deny) - Optional Block<br>Enable this option
|
|
102
102
|
|
|
103
103
|
<a id="rules-action-local-preference"></a>• [`local_preference`](#rules-action-local-preference) - Optional Number<br>BGP Local Preference is generally used to influence outgoing traffic
|
|
104
104
|
|
|
@@ -136,13 +136,13 @@ An [`ip_prefixes`](#rules-match-ip-prefixes) block (within [`rules.match`](#rule
|
|
|
136
136
|
|
|
137
137
|
A [`prefixes`](#rules-match-ip-prefixes-prefixes) block (within [`rules.match.ip_prefixes`](#rules-match-ip-prefixes)) supports the following:
|
|
138
138
|
|
|
139
|
-
<a id="than-cdaaa6"></a>• [`equal_or_longer_than`](#than-cdaaa6) - Optional Block<br>
|
|
139
|
+
<a id="than-cdaaa6"></a>• [`equal_or_longer_than`](#than-cdaaa6) - Optional Block<br>Enable this option
|
|
140
140
|
|
|
141
|
-
<a id="match-0a0108"></a>• [`exact_match`](#match-0a0108) - Optional Block<br>
|
|
141
|
+
<a id="match-0a0108"></a>• [`exact_match`](#match-0a0108) - Optional Block<br>Enable this option
|
|
142
142
|
|
|
143
143
|
<a id="prefixes-e82cab"></a>• [`ip_prefixes`](#prefixes-e82cab) - Optional String<br>IP Prefix. IP prefix to match on BGP route
|
|
144
144
|
|
|
145
|
-
<a id="than-7e2ba6"></a>• [`longer_than`](#than-7e2ba6) - Optional Block<br>
|
|
145
|
+
<a id="than-7e2ba6"></a>• [`longer_than`](#than-7e2ba6) - Optional Block<br>Enable this option
|
|
146
146
|
|
|
147
147
|
#### Timeouts
|
|
148
148
|
|
|
@@ -36,7 +36,7 @@ resource "f5xc_cdn_cache_rule" "example" {
|
|
|
36
36
|
cache_rules {
|
|
37
37
|
# Configure cache_rules settings
|
|
38
38
|
}
|
|
39
|
-
#
|
|
39
|
+
# Enable this option
|
|
40
40
|
cache_bypass {
|
|
41
41
|
# Configure cache_bypass settings
|
|
42
42
|
}
|
|
@@ -82,7 +82,7 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
82
82
|
|
|
83
83
|
A [`cache_rules`](#cache-rules) block supports the following:
|
|
84
84
|
|
|
85
|
-
<a id="cache-rules-cache-bypass"></a>• [`cache_bypass`](#cache-rules-cache-bypass) - Optional Block<br>
|
|
85
|
+
<a id="cache-rules-cache-bypass"></a>• [`cache_bypass`](#cache-rules-cache-bypass) - Optional Block<br>Enable this option
|
|
86
86
|
|
|
87
87
|
<a id="cache-rules-eligible-for-cache"></a>• [`eligible_for_cache`](#cache-rules-eligible-for-cache) - Optional Block<br>Cache Action OPTIONS. List of OPTIONS for Cache Action<br>See [Eligible For Cache](#cache-rules-eligible-for-cache) below.
|
|
88
88
|
|