@robinmordasiewicz/f5xc-terraform-mcp 3.11.11 → 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/index.md +17 -0
- package/dist/docs/data-sources/irule.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/functions/index.md +18 -0
- package/dist/docs/guides/addon-activation.md +1 -4
- package/dist/docs/guides/advanced-http-loadbalancer.md +6 -6
- package/dist/docs/guides/authentication.md +3 -4
- package/dist/docs/guides/blindfold.md +6 -6
- package/dist/docs/guides/http-loadbalancer.md +5 -5
- package/dist/docs/guides/index.md +18 -0
- package/dist/docs/guides/v3-migration.md +3 -3
- package/dist/docs/resources/bgp.md +70 -4
- package/dist/docs/resources/certificate.md +4 -56
- package/dist/docs/resources/index.md +22 -0
- package/dist/docs/resources/irule.md +5 -7
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/network_policy.md +125 -119
- package/dist/docs/resources/site.md +454 -668
- package/dist/metadata/resource-metadata.json +206 -406
- 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
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Data Sources
|
|
2
|
+
|
|
3
|
+
Terraform data sources for querying existing F5 Distributed Cloud infrastructure.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Data sources allow you to reference existing F5XC resources in your Terraform configurations without managing them.
|
|
8
|
+
|
|
9
|
+
## Finding Data Sources
|
|
10
|
+
|
|
11
|
+
Use the navigation menu or search function to find specific data sources.
|
|
12
|
+
|
|
13
|
+
## Related Documentation
|
|
14
|
+
|
|
15
|
+
- [Guides](../guides/index.md) - Step-by-step tutorials
|
|
16
|
+
- [Resources](../resources/index.md) - Manage infrastructure
|
|
17
|
+
- [Functions](../functions/index.md) - Provider functions
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_irule Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "BIG-IP Integration"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages iRule in a given namespace. If one already exists it will give an error. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_irule (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages iRule in a given namespace. If one already exists it will give an error. 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
|
|
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
|
|
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_site Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "Uncategorized"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
5
|
+
Manages a Site resource in F5 Distributed Cloud for aws vpc site specification. configuration.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_site (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages a Site resource in F5 Distributed Cloud for
|
|
10
|
+
Manages a Site resource in F5 Distributed Cloud for aws vpc site specification. 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
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Functions
|
|
2
|
+
|
|
3
|
+
Provider-defined functions for F5 Distributed Cloud operations.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
Functions provide utility operations not available through standard resources.
|
|
8
|
+
|
|
9
|
+
## Available Functions
|
|
10
|
+
|
|
11
|
+
- **[blindfold](blindfold.md)** - Encrypt plaintext using F5XC blindfold encryption
|
|
12
|
+
- **[blindfold_file](blindfold_file.md)** - Encrypt file contents using F5XC blindfold encryption
|
|
13
|
+
|
|
14
|
+
## Related Documentation
|
|
15
|
+
|
|
16
|
+
- [Guides](../guides/index.md) - Step-by-step tutorials
|
|
17
|
+
- [Resources](../resources/index.md) - Manage infrastructure
|
|
18
|
+
- [Data Sources](../data-sources/index.md) - Query existing infrastructure
|
|
@@ -453,7 +453,4 @@ See the [addon-activation example](https://github.com/robinmordasiewicz/terrafor
|
|
|
453
453
|
|
|
454
454
|
## Related Resources
|
|
455
455
|
|
|
456
|
-
- [
|
|
457
|
-
- [f5xc_addon_service_activation_status Data Source](../data-sources/addon_service_activation_status)
|
|
458
|
-
- [f5xc_addon_subscription Resource](../resources/addon_subscription)
|
|
459
|
-
- [HTTP Load Balancer Resource](../resources/http_loadbalancer)
|
|
456
|
+
- [HTTP Load Balancer Resource](../resources/http_loadbalancer.md)
|
|
@@ -9,7 +9,7 @@ description: |-
|
|
|
9
9
|
|
|
10
10
|
# Advanced HTTP Load Balancer Security
|
|
11
11
|
|
|
12
|
-
This guide extends the [basic HTTP Load Balancer guide](http-loadbalancer) with advanced security features for production deployments requiring comprehensive protection against sophisticated threats.
|
|
12
|
+
This guide extends the [basic HTTP Load Balancer guide](http-loadbalancer.md) with advanced security features for production deployments requiring comprehensive protection against sophisticated threats.
|
|
13
13
|
|
|
14
14
|
By following this guide, you'll deploy an HTTP Load Balancer with **11 security controls**:
|
|
15
15
|
|
|
@@ -34,7 +34,7 @@ Before you begin, ensure you have:
|
|
|
34
34
|
- **Namespace** - An existing namespace or permissions to create one
|
|
35
35
|
- **Backend Origin** - Your application server accessible from the internet
|
|
36
36
|
|
|
37
|
-
-> **Tip:** Review the [Authentication Guide](authentication) for detailed credential setup instructions.
|
|
37
|
+
-> **Tip:** Review the [Authentication Guide](authentication.md) for detailed credential setup instructions.
|
|
38
38
|
|
|
39
39
|
## Complete Configuration
|
|
40
40
|
|
|
@@ -558,10 +558,10 @@ rate_limit {
|
|
|
558
558
|
|
|
559
559
|
### Provider Resources
|
|
560
560
|
|
|
561
|
-
- [f5xc_http_loadbalancer](../resources/http_loadbalancer)
|
|
562
|
-
- [f5xc_app_firewall](../resources/app_firewall)
|
|
563
|
-
- [f5xc_origin_pool](../resources/origin_pool)
|
|
564
|
-
- [f5xc_healthcheck](../resources/healthcheck)
|
|
561
|
+
- [f5xc_http_loadbalancer](../resources/http_loadbalancer.md)
|
|
562
|
+
- [f5xc_app_firewall](../resources/app_firewall.md)
|
|
563
|
+
- [f5xc_origin_pool](../resources/origin_pool.md)
|
|
564
|
+
- [f5xc_healthcheck](../resources/healthcheck.md)
|
|
565
565
|
|
|
566
566
|
## Support
|
|
567
567
|
|
|
@@ -377,13 +377,12 @@ F5XC_API_TOKEN="token" # Won't work
|
|
|
377
377
|
|
|
378
378
|
## Next Steps
|
|
379
379
|
|
|
380
|
-
- [HTTP Load Balancer Guide](http-loadbalancer) - Deploy your first load balancer
|
|
381
|
-
- [Blindfold Functions Guide](blindfold) - Secure secret management
|
|
382
|
-
- [Namespace Resource](../resources/namespace) - Organize your resources
|
|
380
|
+
- [HTTP Load Balancer Guide](http-loadbalancer.md) - Deploy your first load balancer
|
|
381
|
+
- [Blindfold Functions Guide](blindfold.md) - Secure secret management
|
|
383
382
|
|
|
384
383
|
## Support
|
|
385
384
|
|
|
386
|
-
- [Provider Documentation](../index)
|
|
385
|
+
- [Provider Documentation](../index.md)
|
|
387
386
|
- [F5 Distributed Cloud Docs](https://docs.cloud.f5.com/)
|
|
388
387
|
- [F5 Credentials Guide](https://docs.cloud.f5.com/docs-v2/administration/how-tos/user-mgmt/Credentials)
|
|
389
388
|
- [GitHub Issues](https://github.com/robinmordasiewicz/terraform-provider-f5xc/issues)
|
|
@@ -505,15 +505,15 @@ Type `yes` to confirm destruction.
|
|
|
505
505
|
|
|
506
506
|
Now that you understand blindfold encryption, explore related resources:
|
|
507
507
|
|
|
508
|
-
- [Certificate Resource](../resources/certificate) - Full certificate management
|
|
509
|
-
- [Cloud Credentials Resource](../resources/cloud_credentials) - Cloud provider authentication
|
|
510
|
-
- [HTTP Load Balancer Guide](./http-loadbalancer) - Use certificates in load balancers
|
|
511
|
-
- [blindfold Function Reference](../functions/blindfold) - Function API details
|
|
512
|
-
- [blindfold_file Function Reference](../functions/blindfold_file) - Function API details
|
|
508
|
+
- [Certificate Resource](../resources/certificate.md) - Full certificate management
|
|
509
|
+
- [Cloud Credentials Resource](../resources/cloud_credentials.md) - Cloud provider authentication
|
|
510
|
+
- [HTTP Load Balancer Guide](./http-loadbalancer.md) - Use certificates in load balancers
|
|
511
|
+
- [blindfold Function Reference](../functions/blindfold.md) - Function API details
|
|
512
|
+
- [blindfold_file Function Reference](../functions/blindfold_file.md) - Function API details
|
|
513
513
|
|
|
514
514
|
## Support
|
|
515
515
|
|
|
516
|
-
- **Provider Documentation:** [F5XC Provider](../index)
|
|
516
|
+
- **Provider Documentation:** [F5XC Provider](../index.md)
|
|
517
517
|
- **F5 Documentation:** [F5 Distributed Cloud Docs](https://docs.cloud.f5.com/)
|
|
518
518
|
- **Secret Management:** [F5XC Secret Management](https://docs.cloud.f5.com/docs/how-to/secrets-management)
|
|
519
519
|
- **Issues:** [GitHub Issues](https://github.com/robinmordasiewicz/terraform-provider-f5xc/issues)
|
|
@@ -262,13 +262,13 @@ Type `yes` to confirm destruction.
|
|
|
262
262
|
|
|
263
263
|
Now that you have a basic HTTP Load Balancer deployed, consider exploring:
|
|
264
264
|
|
|
265
|
-
- [Origin Pool Resource](../resources/origin_pool) - Add multiple origins for redundancy
|
|
266
|
-
- [App Firewall Resource](../resources/app_firewall) - Customize WAF rules
|
|
267
|
-
- [Service Policy Resource](../resources/service_policy) - Add custom access control
|
|
268
|
-
- [TCP Load Balancer Resource](../resources/tcp_loadbalancer) - For non-HTTP applications
|
|
265
|
+
- [Origin Pool Resource](../resources/origin_pool.md) - Add multiple origins for redundancy
|
|
266
|
+
- [App Firewall Resource](../resources/app_firewall.md) - Customize WAF rules
|
|
267
|
+
- [Service Policy Resource](../resources/service_policy.md) - Add custom access control
|
|
268
|
+
- [TCP Load Balancer Resource](../resources/tcp_loadbalancer.md) - For non-HTTP applications
|
|
269
269
|
|
|
270
270
|
## Support
|
|
271
271
|
|
|
272
|
-
- **Provider Documentation:** [F5XC Provider](../index)
|
|
272
|
+
- **Provider Documentation:** [F5XC Provider](../index.md)
|
|
273
273
|
- **F5 Documentation:** [F5 Distributed Cloud Docs](https://docs.cloud.f5.com/)
|
|
274
274
|
- **Issues:** [GitHub Issues](https://github.com/robinmordasiewicz/terraform-provider-f5xc/issues)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Guides
|
|
2
|
+
|
|
3
|
+
Step-by-step tutorials for common F5 Distributed Cloud scenarios.
|
|
4
|
+
|
|
5
|
+
## Available Guides
|
|
6
|
+
|
|
7
|
+
- [HTTP Load Balancer](http-loadbalancer.md) - Deploy a basic HTTP Load Balancer
|
|
8
|
+
- [Advanced HTTP Load Balancer Security](advanced-http-loadbalancer.md) - Production-ready security features
|
|
9
|
+
- [Authentication](authentication.md) - Configure provider authentication
|
|
10
|
+
- [Blindfold Encryption](blindfold.md) - Secure secret management
|
|
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
|
|
13
|
+
|
|
14
|
+
## Related Documentation
|
|
15
|
+
|
|
16
|
+
- [Resources](../resources/index.md)
|
|
17
|
+
- [Data Sources](../data-sources/index.md)
|
|
18
|
+
- [Functions](../functions/index.md)
|
|
@@ -144,6 +144,6 @@ If you have automation relying on resource subcategories:
|
|
|
144
144
|
|
|
145
145
|
## Related Guides
|
|
146
146
|
|
|
147
|
-
- [Authentication Guide](authentication)
|
|
148
|
-
- [HTTP Load Balancer Guide](http-loadbalancer)
|
|
149
|
-
- [Blindfold Encryption Guide](blindfold)
|
|
147
|
+
- [Authentication Guide](authentication.md)
|
|
148
|
+
- [HTTP Load Balancer Guide](http-loadbalancer.md)
|
|
149
|
+
- [Blindfold Encryption Guide](blindfold.md)
|
|
@@ -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:
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Resources
|
|
2
|
+
|
|
3
|
+
Terraform resources for managing F5 Distributed Cloud infrastructure.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
This provider includes 150+ resources across all F5XC domains:
|
|
8
|
+
|
|
9
|
+
- **Security**: WAF, DDoS protection, certificates
|
|
10
|
+
- **Networking**: Load balancers, origin pools, DNS
|
|
11
|
+
- **Infrastructure**: Sites, service mesh, cloud infrastructure
|
|
12
|
+
- **Platform**: Tenants, identity, authentication
|
|
13
|
+
|
|
14
|
+
## Finding Resources
|
|
15
|
+
|
|
16
|
+
Use the navigation menu or search function to find specific resources.
|
|
17
|
+
|
|
18
|
+
## Related Documentation
|
|
19
|
+
|
|
20
|
+
- [Guides](../guides/index.md) - Step-by-step tutorials
|
|
21
|
+
- [Data Sources](../data-sources/index.md) - Read existing infrastructure
|
|
22
|
+
- [Functions](../functions/index.md) - Provider functions
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_irule Resource - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "BIG-IP Integration"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages
|
|
5
|
+
Manages iRule in a given namespace. If one already exists it will give an error. in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_irule (Resource)
|
|
9
9
|
|
|
10
|
-
Manages
|
|
10
|
+
Manages iRule in a given namespace. If one already exists it will give an error. 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 a Irule resource in F5 Distributed Cloud for desired state for big-ip ir
|
|
|
15
15
|
|
|
16
16
|
```terraform
|
|
17
17
|
# Irule Resource Example
|
|
18
|
-
# Manages
|
|
18
|
+
# Manages iRule in a given namespace. If one already exists it will give an error. in F5 Distributed Cloud.
|
|
19
19
|
|
|
20
20
|
# Basic Irule configuration
|
|
21
21
|
resource "f5xc_irule" "example" {
|
|
@@ -52,11 +52,9 @@ resource "f5xc_irule" "example" {
|
|
|
52
52
|
|
|
53
53
|
### Spec Argument Reference
|
|
54
54
|
|
|
55
|
-
<a id="
|
|
55
|
+
<a id="description-spec"></a>• [`description_spec`](#description-spec) - Optional String<br>Specify Description for iRule
|
|
56
56
|
|
|
57
|
-
<a id="irule
|
|
58
|
-
|
|
59
|
-
<a id="source"></a>• [`source`](#source) - Optional String<br>IRule source. IRule generation/updation source
|
|
57
|
+
<a id="irule"></a>• [`irule`](#irule) - Optional String<br>Www.internal.example.f5.com')} DNS::drop} irule content
|
|
60
58
|
|
|
61
59
|
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
62
60
|
|