@robinmordasiewicz/f5xc-terraform-mcp 3.11.12 → 3.11.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/certificate.md +2 -2
- package/dist/docs/data-sources/fast_acl.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/policer.md +2 -2
- package/dist/docs/guides/addon-activation.md +0 -3
- package/dist/docs/guides/authentication.md +0 -1
- package/dist/docs/guides/index.md +1 -0
- package/dist/docs/resources/bgp.md +70 -4
- package/dist/docs/resources/certificate.md +4 -56
- package/dist/docs/resources/fast_acl.md +60 -166
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/policer.md +10 -50
- package/dist/metadata/resource-metadata.json +90 -316
- package/package.json +1 -1
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_bgp Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Networking"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_bgp (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. configuration.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_certificate Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Certificates"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a Certificate resource in F5 Distributed Cloud for certificate
|
|
5
|
+
Manages a Certificate resource in F5 Distributed Cloud for TLS/SSL certificate management.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_certificate (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages a Certificate resource in F5 Distributed Cloud for certificate
|
|
10
|
+
Manages a Certificate resource in F5 Distributed Cloud for TLS/SSL certificate management.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_fast_acl Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Security"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages new Fast ACL rule, has specification to match source IP, source port and action to apply. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_fast_acl (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages new Fast ACL rule, has specification to match source IP, source port and action to apply. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_log_receiver Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Monitoring"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages new
|
|
5
|
+
Manages new Log Receiver object. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_log_receiver (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages new
|
|
10
|
+
Manages new Log Receiver object. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_network_policy Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Security"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages network policy
|
|
5
|
+
Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_network_policy (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages network policy
|
|
10
|
+
Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_policer Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Service Mesh"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages new policer with traffic rate limits. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_policer (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages new policer with traffic rate limits. in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this data source, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -453,7 +453,4 @@ See the [addon-activation example](https://github.com/robinmordasiewicz/terrafor
|
|
|
453
453
|
|
|
454
454
|
## Related Resources
|
|
455
455
|
|
|
456
|
-
- [f5xc_addon_service Data Source](../data-sources/addon_service.md)
|
|
457
|
-
- [f5xc_addon_service_activation_status Data Source](../data-sources/addon_service_activation_status.md)
|
|
458
|
-
- [f5xc_addon_subscription Resource](../resources/addon_subscription.md)
|
|
459
456
|
- [HTTP Load Balancer Resource](../resources/http_loadbalancer.md)
|
|
@@ -379,7 +379,6 @@ F5XC_API_TOKEN="token" # Won't work
|
|
|
379
379
|
|
|
380
380
|
- [HTTP Load Balancer Guide](http-loadbalancer.md) - Deploy your first load balancer
|
|
381
381
|
- [Blindfold Functions Guide](blindfold.md) - Secure secret management
|
|
382
|
-
- [Namespace Resource](../resources/namespace.md) - Organize your resources
|
|
383
382
|
|
|
384
383
|
## Support
|
|
385
384
|
|
|
@@ -9,6 +9,7 @@ Step-by-step tutorials for common F5 Distributed Cloud scenarios.
|
|
|
9
9
|
- [Authentication](authentication.md) - Configure provider authentication
|
|
10
10
|
- [Blindfold Encryption](blindfold.md) - Secure secret management
|
|
11
11
|
- [Addon Service Activation](addon-activation.md) - Activate and manage addon services
|
|
12
|
+
- [v3.0.0 Migration](v3-migration.md) - Upgrade from v2.x to v3.0.0
|
|
12
13
|
|
|
13
14
|
## Related Documentation
|
|
14
15
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_bgp Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Networking"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_bgp (Resource)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. 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 bgp_asn_set creates a new object in the storage backend for metadata.nam
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# BGP Resource Example
|
|
18
|
-
# Manages
|
|
18
|
+
# Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. configuration.
|
|
19
19
|
|
|
20
20
|
# Basic BGP configuration
|
|
21
21
|
resource "f5xc_bgp" "example" {
|
|
@@ -73,7 +73,7 @@ resource "f5xc_bgp" "example" {
|
|
|
73
73
|
|
|
74
74
|
### Spec Argument Reference
|
|
75
75
|
|
|
76
|
-
<a id="
|
|
76
|
+
<a id="rules"></a>• [`rules`](#rules) - Optional Block<br>BGP Routing policy is composed of one or more rules. Note that the order of rules is critical as rules are applied top to bottom<br>See [Rules](#rules) below for details.
|
|
77
77
|
|
|
78
78
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
79
79
|
|
|
@@ -85,6 +85,72 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
85
85
|
|
|
86
86
|
---
|
|
87
87
|
|
|
88
|
+
#### Rules
|
|
89
|
+
|
|
90
|
+
A [`rules`](#rules) block supports the following:
|
|
91
|
+
|
|
92
|
+
<a id="rules-action"></a>• [`action`](#rules-action) - Optional Block<br>Action to be enforced if the BGP route matches the rule<br>See [Action](#rules-action) below.
|
|
93
|
+
|
|
94
|
+
<a id="rules-match"></a>• [`match`](#rules-match) - Optional Block<br>Predicates which have to match information in route for action to be applied<br>See [Match](#rules-match) below.
|
|
95
|
+
|
|
96
|
+
#### Rules Action
|
|
97
|
+
|
|
98
|
+
An [`action`](#rules-action) block (within [`rules`](#rules)) supports the following:
|
|
99
|
+
|
|
100
|
+
<a id="rules-action-aggregate"></a>• [`aggregate`](#rules-action-aggregate) - Optional Block<br>Enable this option
|
|
101
|
+
|
|
102
|
+
<a id="rules-action-allow"></a>• [`allow`](#rules-action-allow) - Optional Block<br>Enable this option
|
|
103
|
+
|
|
104
|
+
<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
|
|
105
|
+
|
|
106
|
+
<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.
|
|
107
|
+
|
|
108
|
+
<a id="rules-action-deny"></a>• [`deny`](#rules-action-deny) - Optional Block<br>Enable this option
|
|
109
|
+
|
|
110
|
+
<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
|
|
111
|
+
|
|
112
|
+
<a id="rules-action-metric"></a>• [`metric`](#rules-action-metric) - Optional Number<br>The Multi-Exit Discriminator metric to indicate the preferred path to AS
|
|
113
|
+
|
|
114
|
+
#### Rules Action Community
|
|
115
|
+
|
|
116
|
+
A [`community`](#rules-action-community) block (within [`rules.action`](#rules-action)) supports the following:
|
|
117
|
+
|
|
118
|
+
<a id="rules-action-community-community"></a>• [`community`](#rules-action-community-community) - Optional List<br>Unordered set of RFC 1997 defined 4-byte community, first 16 bits being ASN and lower 16 bits being value
|
|
119
|
+
|
|
120
|
+
#### Rules Match
|
|
121
|
+
|
|
122
|
+
A [`match`](#rules-match) block (within [`rules`](#rules)) supports the following:
|
|
123
|
+
|
|
124
|
+
<a id="rules-match-as-path"></a>• [`as_path`](#rules-match-as-path) - Optional String<br>AS path can also be a regex, which will be matched against route information
|
|
125
|
+
|
|
126
|
+
<a id="rules-match-community"></a>• [`community`](#rules-match-community) - Optional Block<br>BGP Community list. List of BGP communities<br>See [Community](#rules-match-community) below.
|
|
127
|
+
|
|
128
|
+
<a id="rules-match-ip-prefixes"></a>• [`ip_prefixes`](#rules-match-ip-prefixes) - Optional Block<br>List of IP prefix and prefix length range match condition<br>See [IP Prefixes](#rules-match-ip-prefixes) below.
|
|
129
|
+
|
|
130
|
+
#### Rules Match Community
|
|
131
|
+
|
|
132
|
+
A [`community`](#rules-match-community) block (within [`rules.match`](#rules-match)) supports the following:
|
|
133
|
+
|
|
134
|
+
<a id="rules-match-community-community"></a>• [`community`](#rules-match-community-community) - Optional List<br>Unordered set of RFC 1997 defined 4-byte community, first 16 bits being ASN and lower 16 bits being value
|
|
135
|
+
|
|
136
|
+
#### Rules Match IP Prefixes
|
|
137
|
+
|
|
138
|
+
An [`ip_prefixes`](#rules-match-ip-prefixes) block (within [`rules.match`](#rules-match)) supports the following:
|
|
139
|
+
|
|
140
|
+
<a id="rules-match-ip-prefixes-prefixes"></a>• [`prefixes`](#rules-match-ip-prefixes-prefixes) - Optional Block<br>Prefix list. List of IP prefix<br>See [Prefixes](#rules-match-ip-prefixes-prefixes) below.
|
|
141
|
+
|
|
142
|
+
#### Rules Match IP Prefixes Prefixes
|
|
143
|
+
|
|
144
|
+
A [`prefixes`](#rules-match-ip-prefixes-prefixes) block (within [`rules.match.ip_prefixes`](#rules-match-ip-prefixes)) supports the following:
|
|
145
|
+
|
|
146
|
+
<a id="than-cdaaa6"></a>• [`equal_or_longer_than`](#than-cdaaa6) - Optional Block<br>Enable this option
|
|
147
|
+
|
|
148
|
+
<a id="match-0a0108"></a>• [`exact_match`](#match-0a0108) - Optional Block<br>Enable this option
|
|
149
|
+
|
|
150
|
+
<a id="prefixes-e82cab"></a>• [`ip_prefixes`](#prefixes-e82cab) - Optional String<br>IP Prefix. IP prefix to match on BGP route
|
|
151
|
+
|
|
152
|
+
<a id="than-7e2ba6"></a>• [`longer_than`](#than-7e2ba6) - Optional Block<br>Enable this option
|
|
153
|
+
|
|
88
154
|
#### Timeouts
|
|
89
155
|
|
|
90
156
|
A [`timeouts`](#timeouts) block supports the following:
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_certificate Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Certificates"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a Certificate resource in F5 Distributed Cloud for certificate
|
|
5
|
+
Manages a Certificate resource in F5 Distributed Cloud for TLS/SSL certificate management.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_certificate (Resource)
|
|
9
9
|
|
|
10
|
-
Manages a Certificate resource in F5 Distributed Cloud for certificate
|
|
10
|
+
Manages a Certificate resource in F5 Distributed Cloud for TLS/SSL certificate management.
|
|
11
11
|
|
|
12
12
|
~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@ Manages a Certificate resource in F5 Distributed Cloud for certificate. configur
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# Certificate Resource Example
|
|
18
|
-
# Manages a Certificate resource in F5 Distributed Cloud for certificate
|
|
18
|
+
# Manages a Certificate resource in F5 Distributed Cloud for TLS/SSL certificate management.
|
|
19
19
|
|
|
20
20
|
# Basic Certificate configuration
|
|
21
21
|
resource "f5xc_certificate" "example" {
|
|
@@ -60,20 +60,10 @@ resource "f5xc_certificate" "example" {
|
|
|
60
60
|
|
|
61
61
|
### Spec Argument Reference
|
|
62
62
|
|
|
63
|
-
<a id="certificate-
|
|
64
|
-
|
|
65
|
-
<a id="certificate-url"></a>• [`certificate_url`](#certificate-url) - Optional String<br>Certificate. Certificate or certificate chain in PEM format including the PEM headers
|
|
66
|
-
|
|
67
|
-
-> **One of the following:**
|
|
68
|
-
• <a id="custom-hash-algorithms"></a>[`custom_hash_algorithms`](#custom-hash-algorithms) - Optional Block<br>Specifies the hash algorithms to be used<br>See [Custom Hash Algorithms](#custom-hash-algorithms) below for details.
|
|
69
|
-
<br><br>• <a id="disable-ocsp-stapling"></a>[`disable_ocsp_stapling`](#disable-ocsp-stapling) - Optional Block<br>Enable this option
|
|
70
|
-
|
|
71
|
-
<a id="private-key"></a>• [`private_key`](#private-key) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Private Key](#private-key) below for details.
|
|
63
|
+
<a id="certificate-url"></a>• [`certificate_url`](#certificate-url) - Optional String<br>Certificate chain is the list of intermediate certificates in PEM format including the PEM headers
|
|
72
64
|
|
|
73
65
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
74
66
|
|
|
75
|
-
<a id="use-system-defaults"></a>• [`use_system_defaults`](#use-system-defaults) - Optional Block<br>Enable this option
|
|
76
|
-
|
|
77
67
|
### Attributes Reference
|
|
78
68
|
|
|
79
69
|
In addition to all arguments above, the following attributes are exported:
|
|
@@ -82,48 +72,6 @@ In addition to all arguments above, the following attributes are exported:
|
|
|
82
72
|
|
|
83
73
|
---
|
|
84
74
|
|
|
85
|
-
#### Certificate Chain
|
|
86
|
-
|
|
87
|
-
A [`certificate_chain`](#certificate-chain) block supports the following:
|
|
88
|
-
|
|
89
|
-
<a id="certificate-chain-name"></a>• [`name`](#certificate-chain-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
|
|
90
|
-
|
|
91
|
-
<a id="certificate-chain-namespace"></a>• [`namespace`](#certificate-chain-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
|
|
92
|
-
|
|
93
|
-
<a id="certificate-chain-tenant"></a>• [`tenant`](#certificate-chain-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
|
|
94
|
-
|
|
95
|
-
#### Custom Hash Algorithms
|
|
96
|
-
|
|
97
|
-
A [`custom_hash_algorithms`](#custom-hash-algorithms) block supports the following:
|
|
98
|
-
|
|
99
|
-
<a id="custom-hash-algorithms-hash-algorithms"></a>• [`hash_algorithms`](#custom-hash-algorithms-hash-algorithms) - Optional List Defaults to `INVALID_HASH_ALGORITHM`<br>Possible values are `INVALID_HASH_ALGORITHM`, `SHA256`, `SHA1`<br>[Enum: INVALID_HASH_ALGORITHM|SHA256|SHA1] Ordered list of hash algorithms to be used
|
|
100
|
-
|
|
101
|
-
#### Private Key
|
|
102
|
-
|
|
103
|
-
A [`private_key`](#private-key) block supports the following:
|
|
104
|
-
|
|
105
|
-
<a id="private-key-blindfold-secret-info"></a>• [`blindfold_secret_info`](#private-key-blindfold-secret-info) - Optional Block<br>BlindfoldSecretInfoType specifies information about the Secret managed by F5XC Secret Management<br>See [Blindfold Secret Info](#private-key-blindfold-secret-info) below.
|
|
106
|
-
|
|
107
|
-
<a id="private-key-clear-secret-info"></a>• [`clear_secret_info`](#private-key-clear-secret-info) - Optional Block<br>ClearSecretInfoType specifies information about the Secret that is not encrypted<br>See [Clear Secret Info](#private-key-clear-secret-info) below.
|
|
108
|
-
|
|
109
|
-
#### Private Key Blindfold Secret Info
|
|
110
|
-
|
|
111
|
-
A [`blindfold_secret_info`](#private-key-blindfold-secret-info) block (within [`private_key`](#private-key)) supports the following:
|
|
112
|
-
|
|
113
|
-
<a id="provider-2cb137"></a>• [`decryption_provider`](#provider-2cb137) - Optional String<br>Name of the Secret Management Access object that contains information about the backend Secret Management service
|
|
114
|
-
|
|
115
|
-
<a id="location-208dea"></a>• [`location`](#location-208dea) - Optional String<br>Location is the uri_ref. It could be in URL format for string:/// Or it could be a path if the store provider is an HTTP/HTTPS location
|
|
116
|
-
|
|
117
|
-
<a id="provider-1e06e0"></a>• [`store_provider`](#provider-1e06e0) - Optional String<br>Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///
|
|
118
|
-
|
|
119
|
-
#### Private Key Clear Secret Info
|
|
120
|
-
|
|
121
|
-
A [`clear_secret_info`](#private-key-clear-secret-info) block (within [`private_key`](#private-key)) supports the following:
|
|
122
|
-
|
|
123
|
-
<a id="ref-e799a7"></a>• [`provider_ref`](#ref-e799a7) - Optional String<br>Name of the Secret Management Access object that contains information about the store to GET encrypted bytes This field needs to be provided only if the URL scheme is not string:///
|
|
124
|
-
|
|
125
|
-
<a id="private-key-clear-secret-info-url"></a>• [`url`](#private-key-clear-secret-info-url) - Optional String<br>URL of the secret. Currently supported URL schemes is string:///. For string:/// scheme, Secret needs to be encoded Base64 format. When asked for this secret, caller will GET Secret bytes after Base64 decoding
|
|
126
|
-
|
|
127
75
|
#### Timeouts
|
|
128
76
|
|
|
129
77
|
A [`timeouts`](#timeouts) block supports the following:
|