@robinmordasiewicz/f5xc-terraform-mcp 2.14.11 → 2.15.1

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/README.md CHANGED
@@ -70,7 +70,7 @@ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:v1.0.0
70
70
  docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250906-abc123d
71
71
  ```
72
72
 
73
- **Available tags:**
73
+ **Available tags:**
74
74
  - **Releases**: `latest`, `v1.0.0`, `v1.1.0`, etc.
75
75
  - **Continuous**: `main` (latest main branch build)
76
76
  - **Development**: `main-<date>-<sha>` (specific commit builds)
@@ -2,12 +2,12 @@
2
2
  page_title: "f5xc_dns_zone Data Source - terraform-provider-f5xc"
3
3
  subcategory: "DNS"
4
4
  description: |-
5
- Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
5
+ Manages a DNS Zone resource in F5 Distributed Cloud.
6
6
  ---
7
7
 
8
8
  # f5xc_dns_zone (Data Source)
9
9
 
10
- Manages DNS Zone in a given namespace. If one already exist it will give a error. in F5 Distributed Cloud.
10
+ Manages a DNS Zone resource in F5 Distributed Cloud.
11
11
 
12
12
  ~> **Note** Please refer to [DNS Zone API docs](https://docs.cloud.f5.com/docs-v2/api/dns-zone) to learn more.
13
13
 
@@ -49,8 +49,6 @@ resource "f5xc_api_credential" "example" {
49
49
 
50
50
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the API Credential. Must be unique within the namespace
51
51
 
52
- <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the API Credential will be created
53
-
54
52
  <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
55
53
 
56
54
  <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
@@ -59,6 +57,8 @@ resource "f5xc_api_credential" "example" {
59
57
 
60
58
  <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
61
59
 
60
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Optional String<br>Namespace for the API Credential. For this resource type, namespace should be empty or omitted
61
+
62
62
  ### Spec Argument Reference
63
63
 
64
64
  <a id="password"></a>&#x2022; [`password`](#password) - Optional String<br>Password. Password is used for generating an API certificate P12 bundle user can use to protect access to it. this password will not be saved/persisted anywhere in the system. Applicable for credential type API_CERTIFICATE Users have to use this password when they use the certificate, e.g. in curl or while adding to key chain
@@ -54,6 +54,8 @@ resource "f5xc_child_tenant" "example" {
54
54
 
55
55
  <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Child Tenant. Must be unique within the namespace
56
56
 
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Child Tenant 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_child_tenant" "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 Child Tenant. For this resource type, namespace should be empty or omitted
66
-
67
67
  ### Spec Argument Reference
68
68
 
69
69
  <a id="child-tenant-manager"></a>&#x2022; [`child_tenant_manager`](#child-tenant-manager) - 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 [Child Tenant Manager](#child-tenant-manager) below for details.