@robinmordasiewicz/f5xc-terraform-mcp 3.3.0 → 3.4.0

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 (60) hide show
  1. package/dist/docs/data-sources/bgp.md +2 -2
  2. package/dist/docs/data-sources/certificate.md +2 -2
  3. package/dist/docs/data-sources/discovery.md +2 -2
  4. package/dist/docs/data-sources/log_receiver.md +2 -2
  5. package/dist/docs/data-sources/network_policy.md +2 -2
  6. package/dist/docs/data-sources/site.md +2 -2
  7. package/dist/docs/data-sources/workload.md +2 -2
  8. package/dist/docs/resources/bgp.md +70 -4
  9. package/dist/docs/resources/certificate.md +4 -56
  10. package/dist/docs/resources/cloud_connect.md +2 -2
  11. package/dist/docs/resources/discovery.md +8 -259
  12. package/dist/docs/resources/log_receiver.md +44 -825
  13. package/dist/docs/resources/network_policy.md +217 -38
  14. package/dist/docs/resources/securemesh_site.md +1614 -253
  15. package/dist/docs/resources/site.md +1262 -257
  16. package/dist/docs/resources/workload.md +2951 -9
  17. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  18. package/dist/docs/specifications/api/README.md +1 -1
  19. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  20. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  21. package/dist/docs/specifications/api/domains/api.json +173 -173
  22. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  23. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  24. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  25. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  26. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  27. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  28. package/dist/docs/specifications/api/domains/ce_management.json +76 -76
  29. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  30. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  31. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  32. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  33. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  34. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  35. package/dist/docs/specifications/api/domains/dns.json +148 -148
  36. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  37. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  38. package/dist/docs/specifications/api/domains/network.json +230 -230
  39. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  40. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  41. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  42. package/dist/docs/specifications/api/domains/observability.json +102 -102
  43. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  44. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  45. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  46. package/dist/docs/specifications/api/domains/shape.json +313 -313
  47. package/dist/docs/specifications/api/domains/sites.json +349 -349
  48. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  49. package/dist/docs/specifications/api/domains/support.json +108 -108
  50. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  51. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  52. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  53. package/dist/docs/specifications/api/domains/users.json +66 -66
  54. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  55. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  56. package/dist/docs/specifications/api/domains/waf.json +139 -139
  57. package/dist/docs/specifications/api/index.json +12 -12
  58. package/dist/docs/specifications/api/openapi.json +2600 -2600
  59. package/dist/docs/specifications/api/openapi.yaml +2600 -2600
  60. 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 bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
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 bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
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. configuration.
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. configuration.
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_discovery Data Source - terraform-provider-f5xc"
3
3
  subcategory: "Applications"
4
4
  description: |-
5
- Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
5
+ Manages API discovery creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
6
6
  ---
7
7
 
8
8
  # f5xc_discovery (Data Source)
9
9
 
10
- Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.
10
+ Manages API discovery creates a new object in the storage backend for metadata.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_log_receiver Data Source - terraform-provider-f5xc"
3
3
  subcategory: "Monitoring"
4
4
  description: |-
5
- Manages new Global Log Receiver object. in F5 Distributed Cloud.
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 Global Log Receiver object. in F5 Distributed Cloud.
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 rule with configured parameters in specified namespace. in F5 Distributed Cloud.
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 rule with configured parameters in specified namespace. in F5 Distributed Cloud.
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 secure mesh site specification. configuration.
5
+ Manages a Site resource in F5 Distributed Cloud for azure vnet 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 secure mesh site specification. configuration.
10
+ Manages a Site resource in F5 Distributed Cloud for azure vnet 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
 
@@ -2,12 +2,12 @@
2
2
  page_title: "f5xc_workload Data Source - terraform-provider-f5xc"
3
3
  subcategory: "Kubernetes"
4
4
  description: |-
5
- Manages workload_flavor. in F5 Distributed Cloud.
5
+ Manages a Workload resource in F5 Distributed Cloud for workload. configuration.
6
6
  ---
7
7
 
8
8
  # f5xc_workload (Data Source)
9
9
 
10
- Manages workload_flavor. in F5 Distributed Cloud.
10
+ Manages a Workload resource in F5 Distributed Cloud for workload. 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_bgp Resource - terraform-provider-f5xc"
3
3
  subcategory: "Networking"
4
4
  description: |-
5
- Manages bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
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 bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
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 bgp_asn_set creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
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="as-numbers"></a>&#x2022; [`as_numbers`](#as-numbers) - Optional List<br>AS Numbers. An unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create whitelists or blacklists for use in network policy or service policy
76
+ <a id="rules"></a>&#x2022; [`rules`](#rules) - Optional Block<br>Rules. A 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>&#x2022; [`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>&#x2022; [`action`](#rules-action) - Optional Block<br>BGP Route Action. Action to be enforced if the BGP route matches the rule<br>See [Action](#rules-action) below.
93
+
94
+ <a id="rules-match"></a>&#x2022; [`match`](#rules-match) - Optional Block<br>BGP Route Match. 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>&#x2022; [`aggregate`](#rules-action-aggregate) - Optional Block<br>Enable this option
101
+
102
+ <a id="rules-action-allow"></a>&#x2022; [`allow`](#rules-action-allow) - Optional Block<br>Enable this option
103
+
104
+ <a id="rules-action-as-path"></a>&#x2022; [`as_path`](#rules-action-as-path) - Optional String<br>AS-path to prepend. AS-Path Prepending is generally used to influence incoming traffic
105
+
106
+ <a id="rules-action-community"></a>&#x2022; [`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>&#x2022; [`deny`](#rules-action-deny) - Optional Block<br>Enable this option
109
+
110
+ <a id="rules-action-local-preference"></a>&#x2022; [`local_preference`](#rules-action-local-preference) - Optional Number<br>Local preference. BGP Local Preference is generally used to influence outgoing traffic
111
+
112
+ <a id="rules-action-metric"></a>&#x2022; [`metric`](#rules-action-metric) - Optional Number<br>MED/Metric. 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>&#x2022; [`community`](#rules-action-community-community) - Optional List<br>BGP community. An 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>&#x2022; [`as_path`](#rules-match-as-path) - Optional String<br>AS path to match. AS path can also be a regex, which will be matched against route information
125
+
126
+ <a id="rules-match-community"></a>&#x2022; [`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>&#x2022; [`ip_prefixes`](#rules-match-ip-prefixes) - Optional Block<br>BGP Prefix List. 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>&#x2022; [`community`](#rules-match-community-community) - Optional List<br>BGP community. An 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>&#x2022; [`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>&#x2022; [`equal_or_longer_than`](#than-cdaaa6) - Optional Block<br>Enable this option
147
+
148
+ <a id="match-0a0108"></a>&#x2022; [`exact_match`](#match-0a0108) - Optional Block<br>Enable this option
149
+
150
+ <a id="prefixes-e82cab"></a>&#x2022; [`ip_prefixes`](#prefixes-e82cab) - Optional String<br>IP Prefix. IP prefix to match on BGP route
151
+
152
+ <a id="than-7e2ba6"></a>&#x2022; [`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. configuration.
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. configuration.
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. configuration.
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-chain"></a>&#x2022; [`certificate_chain`](#certificate-chain) - Optional Block<br>Object reference. This 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 [Certificate Chain](#certificate-chain) below for details.
64
-
65
- <a id="certificate-url"></a>&#x2022; [`certificate_url`](#certificate-url) - Optional String<br>Certificate. Certificate. Certificate or certificate chain in PEM format including the PEM headers
66
-
67
- -> **One of the following:**
68
- &#x2022; <a id="custom-hash-algorithms"></a>[`custom_hash_algorithms`](#custom-hash-algorithms) - Optional Block<br>Hash Algorithms. Specifies the hash algorithms to be used<br>See [Custom Hash Algorithms](#custom-hash-algorithms) below for details.
69
- <br><br>&#x2022; <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>&#x2022; [`private_key`](#private-key) - Optional Block<br>Secret. 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>&#x2022; [`certificate_url`](#certificate-url) - Optional String<br>Certificates. Certificate chain is the list of intermediate certificates in PEM format including the PEM headers
72
64
 
73
65
  <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
74
66
 
75
- <a id="use-system-defaults"></a>&#x2022; [`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>&#x2022; [`name`](#certificate-chain-name) - Optional String<br>Name. 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>&#x2022; [`namespace`](#certificate-chain-namespace) - Optional String<br>Namespace. 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>&#x2022; [`tenant`](#certificate-chain-tenant) - Optional String<br>Tenant. 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>&#x2022; [`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] Hash Algorithms. 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>&#x2022; [`blindfold_secret_info`](#private-key-blindfold-secret-info) - Optional Block<br>Blindfold Secret. 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>&#x2022; [`clear_secret_info`](#private-key-clear-secret-info) - Optional Block<br>In-Clear Secret. 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>&#x2022; [`decryption_provider`](#provider-2cb137) - Optional String<br>Decryption Provider. Name of the Secret Management Access object that contains information about the backend Secret Management service
114
-
115
- <a id="location-208dea"></a>&#x2022; [`location`](#location-208dea) - Optional String<br>Location. 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>&#x2022; [`store_provider`](#provider-1e06e0) - Optional String<br>Store Provider. 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>&#x2022; [`provider_ref`](#ref-e799a7) - Optional String<br>Provider. 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>&#x2022; [`url`](#private-key-clear-secret-info-url) - Optional String<br>URL. 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:
@@ -54,6 +54,8 @@ resource "f5xc_cloud_connect" "example" {
54
54
 
55
55
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Cloud Connect. Must be unique within the namespace
56
56
 
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Cloud Connect will be created
58
+
57
59
  <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
58
60
 
59
61
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -62,8 +64,6 @@ resource "f5xc_cloud_connect" "example" {
62
64
 
63
65
  <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
64
66
 
65
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the Cloud Connect. For this resource type, namespace should be empty or omitted
66
-
67
67
  ### Spec Argument Reference
68
68
 
69
69
  -> **One of the following:**