@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.0.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.
Files changed (99) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/package.json +1 -1
@@ -0,0 +1,180 @@
1
+ ---
2
+ page_title: "f5xc_geo_location_set Resource - terraform-provider-f5xc"
3
+ subcategory: "Cloud Resources"
4
+ description: |-
5
+ Manages Geolocation Set in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_geo_location_set (Resource)
9
+
10
+ Manages Geolocation Set 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
+ # Geo Location Set Resource Example
18
+ # Manages Geolocation Set in F5 Distributed Cloud.
19
+
20
+ # Basic Geo Location Set configuration
21
+ resource "f5xc_geo_location_set" "example" {
22
+ name = "example-geo-location-set"
23
+ namespace = "shared"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+
34
+ # Geo Location Set configuration
35
+ country_codes = ["US", "CA", "GB"]
36
+ }
37
+ ```
38
+
39
+ <!-- schema generated by tfplugindocs -->
40
+ ## Argument Reference
41
+
42
+ ### Metadata Argument Reference
43
+
44
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Geo Location Set. Must be unique within the namespace
45
+
46
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Geo Location Set will be created
47
+
48
+ <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
49
+
50
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
51
+
52
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
53
+
54
+ <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
55
+
56
+ ### Spec Argument Reference
57
+
58
+ -> **One of the following:**
59
+ &#x2022; <a id="custom-geo-location-selector"></a>[`custom_geo_location_selector`](#custom-geo-location-selector) - Optional Block<br>Label Selector. This type can be used to establish a 'selector reference' from one object(called selector) to a set of other objects(called selectees) based on the value of expresssions. A label selector is a label query over a set of resources. An empty label selector matches all objects. A null label selector matches no objects. Label selector is immutable. expressions is a list of strings of label selection expression. Each string has ',' separated values which are 'AND' and all strings are logically 'OR'. BNF for expression string `<selector-syntax>` ::= `<requirement>` | `<requirement>` ',' `<selector-syntax>` `<requirement>` ::= [!] KEY [ `<set-based-restriction>` | `<exact-match-restriction>` ] `<set-based-restriction>` ::= '' | `<inclusion-exclusion>` `<value-set>` `<inclusion-exclusion>` ::= `<inclusion>` | `<exclusion>` `<exclusion>` ::= 'notin' `<inclusion>` ::= 'in' `<value-set>` ::= '(' `<values>` ')' `<values>` ::= VALUE | VALUE ',' `<values>` `<exact-match-restriction>` ::= ['='|'=='|'!='] VALUE<br>See [Custom Geo Location Selector](#custom-geo-location-selector) below for details.
60
+ <br><br>&#x2022; <a id="global"></a>[`global`](#global) - Optional Block<br>Enable this option
61
+
62
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
63
+
64
+ ### Attributes Reference
65
+
66
+ In addition to all arguments above, the following attributes are exported:
67
+
68
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
69
+
70
+ ---
71
+
72
+ #### Custom Geo Location Selector
73
+
74
+ A [`custom_geo_location_selector`](#custom-geo-location-selector) block supports the following:
75
+
76
+ <a id="expressions-1d52c2"></a>&#x2022; [`expressions`](#expressions-1d52c2) - Optional List<br>Selector Expression. expressions contains the kubernetes style label expression for selections
77
+
78
+ #### Timeouts
79
+
80
+ A [`timeouts`](#timeouts) block supports the following:
81
+
82
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
83
+
84
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
85
+
86
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
87
+
88
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
89
+
90
+ ---
91
+
92
+ ## Common Types
93
+
94
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
95
+
96
+ ### Object Reference {#common-object-reference}
97
+
98
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
99
+
100
+ | Field | Type | Description |
101
+ | ----- | ---- | ----------- |
102
+ | `name` | String | Name of the referenced object |
103
+ | `namespace` | String | Namespace containing the referenced object |
104
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
105
+
106
+ ### Transformers {#common-transformers}
107
+
108
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
109
+
110
+ | Value | Description |
111
+ | ----- | ----------- |
112
+ | `LOWER_CASE` | Convert to lowercase |
113
+ | `UPPER_CASE` | Convert to uppercase |
114
+ | `BASE64_DECODE` | Decode base64 content |
115
+ | `NORMALIZE_PATH` | Normalize URL path |
116
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
117
+ | `URL_DECODE` | Decode URL-encoded characters |
118
+ | `TRIM_LEFT` | Trim leading whitespace |
119
+ | `TRIM_RIGHT` | Trim trailing whitespace |
120
+ | `TRIM` | Trim both leading and trailing whitespace |
121
+
122
+ ### HTTP Methods {#common-http-methods}
123
+
124
+ HTTP methods used for request matching.
125
+
126
+ | Value | Description |
127
+ | ----- | ----------- |
128
+ | `ANY` | Match any HTTP method |
129
+ | `GET` | HTTP GET request |
130
+ | `HEAD` | HTTP HEAD request |
131
+ | `POST` | HTTP POST request |
132
+ | `PUT` | HTTP PUT request |
133
+ | `DELETE` | HTTP DELETE request |
134
+ | `CONNECT` | HTTP CONNECT request |
135
+ | `OPTIONS` | HTTP OPTIONS request |
136
+ | `TRACE` | HTTP TRACE request |
137
+ | `PATCH` | HTTP PATCH request |
138
+ | `COPY` | HTTP COPY request (WebDAV) |
139
+
140
+ ### TLS Fingerprints {#common-tls-fingerprints}
141
+
142
+ TLS fingerprint categories for malicious client detection.
143
+
144
+ | Value | Description |
145
+ | ----- | ----------- |
146
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
147
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
148
+ | `ADWARE` | Adware-associated fingerprints |
149
+ | `DRIDEX` | Dridex malware fingerprints |
150
+ | `GOOTKIT` | Gootkit malware fingerprints |
151
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
152
+ | `TRICKBOT` | Trickbot malware fingerprints |
153
+
154
+ ### IP Threat Categories {#common-ip-threat-categories}
155
+
156
+ IP address threat categories for security filtering.
157
+
158
+ | Value | Description |
159
+ | ----- | ----------- |
160
+ | `SPAM_SOURCES` | Known spam sources |
161
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
162
+ | `WEB_ATTACKS` | Web attack sources |
163
+ | `BOTNETS` | Known botnet IPs |
164
+ | `SCANNERS` | Network scanner IPs |
165
+ | `REPUTATION` | Poor reputation IPs |
166
+ | `PHISHING` | Phishing-related IPs |
167
+ | `PROXY` | Anonymous proxy IPs |
168
+ | `MOBILE_THREATS` | Mobile threat sources |
169
+ | `TOR_PROXY` | Tor exit nodes |
170
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
171
+ | `NETWORK` | Known bad network ranges |
172
+
173
+ ## Import
174
+
175
+ Import is supported using the following syntax:
176
+
177
+ ```shell
178
+ # Import using namespace/name format
179
+ terraform import f5xc_geo_location_set.example system/example
180
+ ```
@@ -0,0 +1,216 @@
1
+ ---
2
+ page_title: "f5xc_ike1 Resource - terraform-provider-f5xc"
3
+ subcategory: "VPN"
4
+ description: |-
5
+ Manages a Ike1 resource in F5 Distributed Cloud for ike phase1 profile configuration.
6
+ ---
7
+
8
+ # f5xc_ike1 (Resource)
9
+
10
+ Manages a Ike1 resource in F5 Distributed Cloud for ike phase1 profile configuration.
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
+ # Ike1 Resource Example
18
+ # Manages a Ike1 resource in F5 Distributed Cloud for ike phase1 profile configuration.
19
+
20
+ # Basic Ike1 configuration
21
+ resource "f5xc_ike1" "example" {
22
+ name = "example-ike1"
23
+ namespace = "staging"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+
34
+ # Resource-specific configuration
35
+ # [OneOf: ike_keylifetime_hours, ike_keylifetime_minutes, u...
36
+ ike_keylifetime_hours {
37
+ # Configure ike_keylifetime_hours settings
38
+ }
39
+ # Minutes. Set IKE Key Lifetime in minutes
40
+ ike_keylifetime_minutes {
41
+ # Configure ike_keylifetime_minutes settings
42
+ }
43
+ # [OneOf: reauth_disabled, reauth_timeout_days, reauth_time...
44
+ reauth_disabled {
45
+ # Configure reauth_disabled settings
46
+ }
47
+ }
48
+ ```
49
+
50
+ <!-- schema generated by tfplugindocs -->
51
+ ## Argument Reference
52
+
53
+ ### Metadata Argument Reference
54
+
55
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Ike1. Must be unique within the namespace
56
+
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Ike1 will be created
58
+
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
60
+
61
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
62
+
63
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
64
+
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
66
+
67
+ ### Spec Argument Reference
68
+
69
+ -> **One of the following:**
70
+ &#x2022; <a id="ike-keylifetime-hours"></a>[`ike_keylifetime_hours`](#ike-keylifetime-hours) - Optional Block<br>Hours. Input Hours<br>See [IKE Keylifetime Hours](#ike-keylifetime-hours) below for details.
71
+ <br><br>&#x2022; <a id="ike-keylifetime-minutes"></a>[`ike_keylifetime_minutes`](#ike-keylifetime-minutes) - Optional Block<br>Minutes. Set IKE Key Lifetime in minutes<br>See [IKE Keylifetime Minutes](#ike-keylifetime-minutes) below for details.
72
+
73
+ -> **One of the following:**
74
+ &#x2022; <a id="reauth-disabled"></a>[`reauth_disabled`](#reauth-disabled) - Optional Block<br>Enable this option
75
+ <br><br>&#x2022; <a id="reauth-timeout-days"></a>[`reauth_timeout_days`](#reauth-timeout-days) - Optional Block<br>Days. Set Duration in days<br>See [Reauth Timeout Days](#reauth-timeout-days) below for details.
76
+ <br><br>&#x2022; <a id="reauth-timeout-hours"></a>[`reauth_timeout_hours`](#reauth-timeout-hours) - Optional Block<br>Hours. Input Hours<br>See [Reauth Timeout Hours](#reauth-timeout-hours) below for details.
77
+
78
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
79
+
80
+ <a id="use-default-keylifetime"></a>&#x2022; [`use_default_keylifetime`](#use-default-keylifetime) - Optional Block<br>Enable this option
81
+
82
+ ### Attributes Reference
83
+
84
+ In addition to all arguments above, the following attributes are exported:
85
+
86
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
87
+
88
+ ---
89
+
90
+ #### IKE Keylifetime Hours
91
+
92
+ An [`ike_keylifetime_hours`](#ike-keylifetime-hours) block supports the following:
93
+
94
+ <a id="ike-keylifetime-hours-duration"></a>&#x2022; [`duration`](#ike-keylifetime-hours-duration) - Optional Number<br>Duration
95
+
96
+ #### IKE Keylifetime Minutes
97
+
98
+ An [`ike_keylifetime_minutes`](#ike-keylifetime-minutes) block supports the following:
99
+
100
+ <a id="ike-keylifetime-minutes-duration"></a>&#x2022; [`duration`](#ike-keylifetime-minutes-duration) - Optional Number<br>Duration
101
+
102
+ #### Reauth Timeout Days
103
+
104
+ A [`reauth_timeout_days`](#reauth-timeout-days) block supports the following:
105
+
106
+ <a id="reauth-timeout-days-duration"></a>&#x2022; [`duration`](#reauth-timeout-days-duration) - Optional Number<br>Duration
107
+
108
+ #### Reauth Timeout Hours
109
+
110
+ A [`reauth_timeout_hours`](#reauth-timeout-hours) block supports the following:
111
+
112
+ <a id="reauth-timeout-hours-duration"></a>&#x2022; [`duration`](#reauth-timeout-hours-duration) - Optional Number<br>Duration
113
+
114
+ #### Timeouts
115
+
116
+ A [`timeouts`](#timeouts) block supports the following:
117
+
118
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
119
+
120
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
121
+
122
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
123
+
124
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
125
+
126
+ ---
127
+
128
+ ## Common Types
129
+
130
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
131
+
132
+ ### Object Reference {#common-object-reference}
133
+
134
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
135
+
136
+ | Field | Type | Description |
137
+ | ----- | ---- | ----------- |
138
+ | `name` | String | Name of the referenced object |
139
+ | `namespace` | String | Namespace containing the referenced object |
140
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
141
+
142
+ ### Transformers {#common-transformers}
143
+
144
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
145
+
146
+ | Value | Description |
147
+ | ----- | ----------- |
148
+ | `LOWER_CASE` | Convert to lowercase |
149
+ | `UPPER_CASE` | Convert to uppercase |
150
+ | `BASE64_DECODE` | Decode base64 content |
151
+ | `NORMALIZE_PATH` | Normalize URL path |
152
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
153
+ | `URL_DECODE` | Decode URL-encoded characters |
154
+ | `TRIM_LEFT` | Trim leading whitespace |
155
+ | `TRIM_RIGHT` | Trim trailing whitespace |
156
+ | `TRIM` | Trim both leading and trailing whitespace |
157
+
158
+ ### HTTP Methods {#common-http-methods}
159
+
160
+ HTTP methods used for request matching.
161
+
162
+ | Value | Description |
163
+ | ----- | ----------- |
164
+ | `ANY` | Match any HTTP method |
165
+ | `GET` | HTTP GET request |
166
+ | `HEAD` | HTTP HEAD request |
167
+ | `POST` | HTTP POST request |
168
+ | `PUT` | HTTP PUT request |
169
+ | `DELETE` | HTTP DELETE request |
170
+ | `CONNECT` | HTTP CONNECT request |
171
+ | `OPTIONS` | HTTP OPTIONS request |
172
+ | `TRACE` | HTTP TRACE request |
173
+ | `PATCH` | HTTP PATCH request |
174
+ | `COPY` | HTTP COPY request (WebDAV) |
175
+
176
+ ### TLS Fingerprints {#common-tls-fingerprints}
177
+
178
+ TLS fingerprint categories for malicious client detection.
179
+
180
+ | Value | Description |
181
+ | ----- | ----------- |
182
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
183
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
184
+ | `ADWARE` | Adware-associated fingerprints |
185
+ | `DRIDEX` | Dridex malware fingerprints |
186
+ | `GOOTKIT` | Gootkit malware fingerprints |
187
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
188
+ | `TRICKBOT` | Trickbot malware fingerprints |
189
+
190
+ ### IP Threat Categories {#common-ip-threat-categories}
191
+
192
+ IP address threat categories for security filtering.
193
+
194
+ | Value | Description |
195
+ | ----- | ----------- |
196
+ | `SPAM_SOURCES` | Known spam sources |
197
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
198
+ | `WEB_ATTACKS` | Web attack sources |
199
+ | `BOTNETS` | Known botnet IPs |
200
+ | `SCANNERS` | Network scanner IPs |
201
+ | `REPUTATION` | Poor reputation IPs |
202
+ | `PHISHING` | Phishing-related IPs |
203
+ | `PROXY` | Anonymous proxy IPs |
204
+ | `MOBILE_THREATS` | Mobile threat sources |
205
+ | `TOR_PROXY` | Tor exit nodes |
206
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
207
+ | `NETWORK` | Known bad network ranges |
208
+
209
+ ## Import
210
+
211
+ Import is supported using the following syntax:
212
+
213
+ ```shell
214
+ # Import using namespace/name format
215
+ terraform import f5xc_ike1.example system/example
216
+ ```
@@ -0,0 +1,210 @@
1
+ ---
2
+ page_title: "f5xc_ike2 Resource - terraform-provider-f5xc"
3
+ subcategory: "VPN"
4
+ description: |-
5
+ Manages a Ike2 resource in F5 Distributed Cloud for ike phase2 profile configuration.
6
+ ---
7
+
8
+ # f5xc_ike2 (Resource)
9
+
10
+ Manages a Ike2 resource in F5 Distributed Cloud for ike phase2 profile configuration.
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
+ # Ike2 Resource Example
18
+ # Manages a Ike2 resource in F5 Distributed Cloud for ike phase2 profile configuration.
19
+
20
+ # Basic Ike2 configuration
21
+ resource "f5xc_ike2" "example" {
22
+ name = "example-ike2"
23
+ namespace = "staging"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+
34
+ # Resource-specific configuration
35
+ # [OneOf: dh_group_set, disable_pfs; Default: disable_pfs] ...
36
+ dh_group_set {
37
+ # Configure dh_group_set settings
38
+ }
39
+ # Enable this option
40
+ disable_pfs {
41
+ # Configure disable_pfs settings
42
+ }
43
+ # [OneOf: ike_keylifetime_hours, ike_keylifetime_minutes, u...
44
+ ike_keylifetime_hours {
45
+ # Configure ike_keylifetime_hours settings
46
+ }
47
+ }
48
+ ```
49
+
50
+ <!-- schema generated by tfplugindocs -->
51
+ ## Argument Reference
52
+
53
+ ### Metadata Argument Reference
54
+
55
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Ike2. Must be unique within the namespace
56
+
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Ike2 will be created
58
+
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
60
+
61
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
62
+
63
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
64
+
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
66
+
67
+ ### Spec Argument Reference
68
+
69
+ -> **One of the following:**
70
+ &#x2022; <a id="dh-group-set"></a>[`dh_group_set`](#dh-group-set) - Optional Block<br>Diffie Hellman Groups. Choose the acceptable Diffie Hellman(DH) Group or Groups that you are willing to accept as part of this profile<br>See [Dh Group Set](#dh-group-set) below for details.
71
+
72
+ <a id="disable-pfs"></a>&#x2022; [`disable_pfs`](#disable-pfs) - Optional Block<br>Enable this option
73
+
74
+ -> **One of the following:**
75
+ &#x2022; <a id="ike-keylifetime-hours"></a>[`ike_keylifetime_hours`](#ike-keylifetime-hours) - Optional Block<br>Hours. Input Hours<br>See [IKE Keylifetime Hours](#ike-keylifetime-hours) below for details.
76
+ <br><br>&#x2022; <a id="ike-keylifetime-minutes"></a>[`ike_keylifetime_minutes`](#ike-keylifetime-minutes) - Optional Block<br>Minutes. Set IKE Key Lifetime in minutes<br>See [IKE Keylifetime Minutes](#ike-keylifetime-minutes) below for details.
77
+
78
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
79
+
80
+ <a id="use-default-keylifetime"></a>&#x2022; [`use_default_keylifetime`](#use-default-keylifetime) - Optional Block<br>Enable this option
81
+
82
+ ### Attributes Reference
83
+
84
+ In addition to all arguments above, the following attributes are exported:
85
+
86
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
87
+
88
+ ---
89
+
90
+ #### Dh Group Set
91
+
92
+ A [`dh_group_set`](#dh-group-set) block supports the following:
93
+
94
+ <a id="dh-group-set-dh-groups"></a>&#x2022; [`dh_groups`](#dh-group-set-dh-groups) - Optional List Defaults to `DH_GROUP_DEFAULT`<br>Possible values are `DH_GROUP_DEFAULT`, `DH_GROUP_14`, `DH_GROUP_15`, `DH_GROUP_16`, `DH_GROUP_17`, `DH_GROUP_18`, `DH_GROUP_19`, `DH_GROUP_20`, `DH_GROUP_21`, `DH_GROUP_26`<br>[Enum: DH_GROUP_DEFAULT|DH_GROUP_14|DH_GROUP_15|DH_GROUP_16|DH_GROUP_17|DH_GROUP_18|DH_GROUP_19|DH_GROUP_20|DH_GROUP_21|DH_GROUP_26] Diffie Hellman Groups
95
+
96
+ #### IKE Keylifetime Hours
97
+
98
+ An [`ike_keylifetime_hours`](#ike-keylifetime-hours) block supports the following:
99
+
100
+ <a id="ike-keylifetime-hours-duration"></a>&#x2022; [`duration`](#ike-keylifetime-hours-duration) - Optional Number<br>Duration
101
+
102
+ #### IKE Keylifetime Minutes
103
+
104
+ An [`ike_keylifetime_minutes`](#ike-keylifetime-minutes) block supports the following:
105
+
106
+ <a id="ike-keylifetime-minutes-duration"></a>&#x2022; [`duration`](#ike-keylifetime-minutes-duration) - Optional Number<br>Duration
107
+
108
+ #### Timeouts
109
+
110
+ A [`timeouts`](#timeouts) block supports the following:
111
+
112
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
113
+
114
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
115
+
116
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
117
+
118
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
119
+
120
+ ---
121
+
122
+ ## Common Types
123
+
124
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
125
+
126
+ ### Object Reference {#common-object-reference}
127
+
128
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
129
+
130
+ | Field | Type | Description |
131
+ | ----- | ---- | ----------- |
132
+ | `name` | String | Name of the referenced object |
133
+ | `namespace` | String | Namespace containing the referenced object |
134
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
135
+
136
+ ### Transformers {#common-transformers}
137
+
138
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
139
+
140
+ | Value | Description |
141
+ | ----- | ----------- |
142
+ | `LOWER_CASE` | Convert to lowercase |
143
+ | `UPPER_CASE` | Convert to uppercase |
144
+ | `BASE64_DECODE` | Decode base64 content |
145
+ | `NORMALIZE_PATH` | Normalize URL path |
146
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
147
+ | `URL_DECODE` | Decode URL-encoded characters |
148
+ | `TRIM_LEFT` | Trim leading whitespace |
149
+ | `TRIM_RIGHT` | Trim trailing whitespace |
150
+ | `TRIM` | Trim both leading and trailing whitespace |
151
+
152
+ ### HTTP Methods {#common-http-methods}
153
+
154
+ HTTP methods used for request matching.
155
+
156
+ | Value | Description |
157
+ | ----- | ----------- |
158
+ | `ANY` | Match any HTTP method |
159
+ | `GET` | HTTP GET request |
160
+ | `HEAD` | HTTP HEAD request |
161
+ | `POST` | HTTP POST request |
162
+ | `PUT` | HTTP PUT request |
163
+ | `DELETE` | HTTP DELETE request |
164
+ | `CONNECT` | HTTP CONNECT request |
165
+ | `OPTIONS` | HTTP OPTIONS request |
166
+ | `TRACE` | HTTP TRACE request |
167
+ | `PATCH` | HTTP PATCH request |
168
+ | `COPY` | HTTP COPY request (WebDAV) |
169
+
170
+ ### TLS Fingerprints {#common-tls-fingerprints}
171
+
172
+ TLS fingerprint categories for malicious client detection.
173
+
174
+ | Value | Description |
175
+ | ----- | ----------- |
176
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
177
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
178
+ | `ADWARE` | Adware-associated fingerprints |
179
+ | `DRIDEX` | Dridex malware fingerprints |
180
+ | `GOOTKIT` | Gootkit malware fingerprints |
181
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
182
+ | `TRICKBOT` | Trickbot malware fingerprints |
183
+
184
+ ### IP Threat Categories {#common-ip-threat-categories}
185
+
186
+ IP address threat categories for security filtering.
187
+
188
+ | Value | Description |
189
+ | ----- | ----------- |
190
+ | `SPAM_SOURCES` | Known spam sources |
191
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
192
+ | `WEB_ATTACKS` | Web attack sources |
193
+ | `BOTNETS` | Known botnet IPs |
194
+ | `SCANNERS` | Network scanner IPs |
195
+ | `REPUTATION` | Poor reputation IPs |
196
+ | `PHISHING` | Phishing-related IPs |
197
+ | `PROXY` | Anonymous proxy IPs |
198
+ | `MOBILE_THREATS` | Mobile threat sources |
199
+ | `TOR_PROXY` | Tor exit nodes |
200
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
201
+ | `NETWORK` | Known bad network ranges |
202
+
203
+ ## Import
204
+
205
+ Import is supported using the following syntax:
206
+
207
+ ```shell
208
+ # Import using namespace/name format
209
+ terraform import f5xc_ike2.example system/example
210
+ ```