@robinmordasiewicz/f5xc-terraform-mcp 3.11.1 → 3.11.2
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/discovery.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/namespace.md +141 -0
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.md +2 -2
- package/dist/docs/index.md +241 -117
- package/dist/docs/resources/bgp.md +4 -238
- package/dist/docs/resources/certificate.md +56 -4
- package/dist/docs/resources/discovery.md +8 -259
- package/dist/docs/resources/log_receiver.md +825 -44
- package/dist/docs/resources/namespace.md +170 -0
- package/dist/docs/resources/site.md +911 -200
- package/dist/docs/resources/workload.md +9 -2951
- package/dist/metadata/resource-metadata.json +371 -177
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
- package/dist/docs/data-sources/index.md +0 -25
- package/dist/docs/functions/index.md +0 -39
- package/dist/docs/guides/index.md +0 -22
- package/dist/docs/resources/index.md +0 -27
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
---
|
|
2
|
+
page_title: "f5xc_namespace Resource - terraform-provider-f5xc"
|
|
3
|
+
subcategory: "Organization"
|
|
4
|
+
description: |-
|
|
5
|
+
Manages new namespace. Name of the object is name of the name space. in F5 Distributed Cloud.
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# f5xc_namespace (Resource)
|
|
9
|
+
|
|
10
|
+
Manages new namespace. Name of the object is name of the name space. in F5 Distributed Cloud.
|
|
11
|
+
|
|
12
|
+
~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
|
|
13
|
+
|
|
14
|
+
## Example Usage
|
|
15
|
+
|
|
16
|
+
```terraform
|
|
17
|
+
# Namespace Resource Example
|
|
18
|
+
# Manages new namespace. Name of the object is name of the name space. in F5 Distributed Cloud.
|
|
19
|
+
|
|
20
|
+
# Basic Namespace configuration
|
|
21
|
+
resource "f5xc_namespace" "example" {
|
|
22
|
+
name = "example-namespace"
|
|
23
|
+
namespace = "system"
|
|
24
|
+
|
|
25
|
+
labels = {
|
|
26
|
+
environment = "production"
|
|
27
|
+
managed_by = "terraform"
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
annotations = {
|
|
31
|
+
"owner" = "platform-team"
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
# Namespace configuration
|
|
35
|
+
description = "Example namespace for application workloads"
|
|
36
|
+
}
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
<!-- schema generated by tfplugindocs -->
|
|
40
|
+
## Argument Reference
|
|
41
|
+
|
|
42
|
+
### Metadata Argument Reference
|
|
43
|
+
|
|
44
|
+
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the Namespace. Must be unique within the namespace
|
|
45
|
+
|
|
46
|
+
<a id="annotations"></a>• [`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
|
|
47
|
+
|
|
48
|
+
<a id="description"></a>• [`description`](#description) - Optional String<br>Human readable description for the object
|
|
49
|
+
|
|
50
|
+
<a id="disable"></a>• [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
|
|
51
|
+
|
|
52
|
+
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
|
|
53
|
+
|
|
54
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Optional String<br>Namespace for the Namespace. For this resource type, namespace should be empty or omitted
|
|
55
|
+
|
|
56
|
+
### Spec Argument Reference
|
|
57
|
+
|
|
58
|
+
<a id="timeouts"></a>• [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
|
|
59
|
+
|
|
60
|
+
### Attributes Reference
|
|
61
|
+
|
|
62
|
+
In addition to all arguments above, the following attributes are exported:
|
|
63
|
+
|
|
64
|
+
<a id="id"></a>• [`id`](#id) - Optional String<br>Unique identifier for the resource
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
#### Timeouts
|
|
69
|
+
|
|
70
|
+
A [`timeouts`](#timeouts) block supports the following:
|
|
71
|
+
|
|
72
|
+
<a id="timeouts-create"></a>• [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
|
|
73
|
+
|
|
74
|
+
<a id="timeouts-delete"></a>• [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
|
|
75
|
+
|
|
76
|
+
<a id="timeouts-read"></a>• [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
|
|
77
|
+
|
|
78
|
+
<a id="timeouts-update"></a>• [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## Common Types
|
|
83
|
+
|
|
84
|
+
The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
|
|
85
|
+
|
|
86
|
+
### Object Reference {#common-object-reference}
|
|
87
|
+
|
|
88
|
+
Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
|
|
89
|
+
|
|
90
|
+
| Field | Type | Description |
|
|
91
|
+
| ----- | ---- | ----------- |
|
|
92
|
+
| `name` | String | Name of the referenced object |
|
|
93
|
+
| `namespace` | String | Namespace containing the referenced object |
|
|
94
|
+
| `tenant` | String | Tenant of the referenced object (system-managed) |
|
|
95
|
+
|
|
96
|
+
### Transformers {#common-transformers}
|
|
97
|
+
|
|
98
|
+
Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
|
|
99
|
+
|
|
100
|
+
| Value | Description |
|
|
101
|
+
| ----- | ----------- |
|
|
102
|
+
| `LOWER_CASE` | Convert to lowercase |
|
|
103
|
+
| `UPPER_CASE` | Convert to uppercase |
|
|
104
|
+
| `BASE64_DECODE` | Decode base64 content |
|
|
105
|
+
| `NORMALIZE_PATH` | Normalize URL path |
|
|
106
|
+
| `REMOVE_WHITESPACE` | Remove whitespace characters |
|
|
107
|
+
| `URL_DECODE` | Decode URL-encoded characters |
|
|
108
|
+
| `TRIM_LEFT` | Trim leading whitespace |
|
|
109
|
+
| `TRIM_RIGHT` | Trim trailing whitespace |
|
|
110
|
+
| `TRIM` | Trim both leading and trailing whitespace |
|
|
111
|
+
|
|
112
|
+
### HTTP Methods {#common-http-methods}
|
|
113
|
+
|
|
114
|
+
HTTP methods used for request matching.
|
|
115
|
+
|
|
116
|
+
| Value | Description |
|
|
117
|
+
| ----- | ----------- |
|
|
118
|
+
| `ANY` | Match any HTTP method |
|
|
119
|
+
| `GET` | HTTP GET request |
|
|
120
|
+
| `HEAD` | HTTP HEAD request |
|
|
121
|
+
| `POST` | HTTP POST request |
|
|
122
|
+
| `PUT` | HTTP PUT request |
|
|
123
|
+
| `DELETE` | HTTP DELETE request |
|
|
124
|
+
| `CONNECT` | HTTP CONNECT request |
|
|
125
|
+
| `OPTIONS` | HTTP OPTIONS request |
|
|
126
|
+
| `TRACE` | HTTP TRACE request |
|
|
127
|
+
| `PATCH` | HTTP PATCH request |
|
|
128
|
+
| `COPY` | HTTP COPY request (WebDAV) |
|
|
129
|
+
|
|
130
|
+
### TLS Fingerprints {#common-tls-fingerprints}
|
|
131
|
+
|
|
132
|
+
TLS fingerprint categories for malicious client detection.
|
|
133
|
+
|
|
134
|
+
| Value | Description |
|
|
135
|
+
| ----- | ----------- |
|
|
136
|
+
| `TLS_FINGERPRINT_NONE` | No fingerprint matching |
|
|
137
|
+
| `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
|
|
138
|
+
| `ADWARE` | Adware-associated fingerprints |
|
|
139
|
+
| `DRIDEX` | Dridex malware fingerprints |
|
|
140
|
+
| `GOOTKIT` | Gootkit malware fingerprints |
|
|
141
|
+
| `RANSOMWARE` | Ransomware-associated fingerprints |
|
|
142
|
+
| `TRICKBOT` | Trickbot malware fingerprints |
|
|
143
|
+
|
|
144
|
+
### IP Threat Categories {#common-ip-threat-categories}
|
|
145
|
+
|
|
146
|
+
IP address threat categories for security filtering.
|
|
147
|
+
|
|
148
|
+
| Value | Description |
|
|
149
|
+
| ----- | ----------- |
|
|
150
|
+
| `SPAM_SOURCES` | Known spam sources |
|
|
151
|
+
| `WINDOWS_EXPLOITS` | Windows exploit sources |
|
|
152
|
+
| `WEB_ATTACKS` | Web attack sources |
|
|
153
|
+
| `BOTNETS` | Known botnet IPs |
|
|
154
|
+
| `SCANNERS` | Network scanner IPs |
|
|
155
|
+
| `REPUTATION` | Poor reputation IPs |
|
|
156
|
+
| `PHISHING` | Phishing-related IPs |
|
|
157
|
+
| `PROXY` | Anonymous proxy IPs |
|
|
158
|
+
| `MOBILE_THREATS` | Mobile threat sources |
|
|
159
|
+
| `TOR_PROXY` | Tor exit nodes |
|
|
160
|
+
| `DENIAL_OF_SERVICE` | DoS attack sources |
|
|
161
|
+
| `NETWORK` | Known bad network ranges |
|
|
162
|
+
|
|
163
|
+
## Import
|
|
164
|
+
|
|
165
|
+
Import is supported using the following syntax:
|
|
166
|
+
|
|
167
|
+
```shell
|
|
168
|
+
# Import using namespace/name format
|
|
169
|
+
terraform import f5xc_namespace.example system/example
|
|
170
|
+
```
|