@robinmordasiewicz/f5xc-terraform-mcp 2.14.10 β†’ 2.15.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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 MCP Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,346 +1,153 @@
1
- # F5 Distributed Cloud Terraform Provider MCP Server
1
+ # MCP Registry
2
2
 
3
- A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to the F5 Distributed Cloud (F5XC) Terraform provider documentation and OpenAPI specifications.
3
+ The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers.
4
4
 
5
- ## Features
5
+ [**πŸ“€ Publish my MCP server**](docs/modelcontextprotocol-io/quickstart.mdx) | [**⚑️ Live API docs**](https://registry.modelcontextprotocol.io/docs) | [**πŸ‘€ Ecosystem vision**](docs/design/ecosystem-vision.md) | πŸ“– **[Full documentation](./docs)**
6
6
 
7
- - **144+ Resource Documentation**: Complete Terraform resource docs with arguments, attributes, and examples
8
- - **270+ OpenAPI Specifications**: Full F5XC API specifications for all services
9
- - **Intelligent Search**: Search across documentation and API specs with relevance scoring
10
- - **Schema Exploration**: Browse and query API schema definitions
11
- - **Endpoint Discovery**: Find API endpoints by pattern across all specifications
7
+ ## Development Status
12
8
 
13
- ## Installation
9
+ **2025-10-24 update**: The Registry API has entered an **API freeze (v0.1)** πŸŽ‰. For the next month or more, the API will remain stable with no breaking changes, allowing integrators to confidently implement support. This freeze applies to v0.1 while development continues on v0. We'll use this period to validate the API in real-world integrations and gather feedback to shape v1 for general availability. Thank you to everyone for your contributions and patienceβ€”your involvement has been key to getting us here!
14
10
 
15
- Choose the installation method that best fits your environment:
11
+ **2025-09-08 update**: The registry has launched in preview πŸŽ‰ ([announcement blog post](https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/)). While the system is now more stable, this is still a preview release and breaking changes or data resets may occur. A general availability (GA) release will follow later. We'd love your feedback in [GitHub discussions](https://github.com/modelcontextprotocol/registry/discussions/new?category=ideas) or in the [#registry-dev Discord](https://discord.com/channels/1358869848138059966/1369487942862504016) ([joining details here](https://modelcontextprotocol.io/community/communication)).
16
12
 
17
- | Method | Best For | Requirements |
18
- |--------|----------|--------------|
19
- | [VSCode MCP Gallery](#vscode-mcp-gallery) | VSCode users (easiest) | VSCode 1.99+ |
20
- | [npx (Recommended)](#from-npm) | Developers with Node.js | Node.js 18+ |
21
- | [MCPB Bundle](#mcpb-bundle-no-nodejs-required) | Corporate laptops (no Node.js) | None |
22
- | [From Source](#from-source) | Contributors | Node.js 18+, npm |
13
+ Current key maintainers:
14
+ - **Adam Jones** (Anthropic) [@domdomegg](https://github.com/domdomegg)
15
+ - **Tadas Antanavicius** (PulseMCP) [@tadasant](https://github.com/tadasant)
16
+ - **Toby Padilla** (GitHub) [@toby](https://github.com/toby)
17
+ - **Radoslav (Rado) Dimitrov** (Stacklok) [@rdimitrov](https://github.com/rdimitrov)
23
18
 
24
- ### VSCode MCP Gallery
19
+ ## Contributing
25
20
 
26
- The easiest way to install for VSCode users. Choose from multiple options:
21
+ We use multiple channels for collaboration - see [modelcontextprotocol.io/community/communication](https://modelcontextprotocol.io/community/communication).
27
22
 
28
- **Option A: MCP Gallery Search (Recommended for VSCode 1.105+)**
23
+ Often (but not always) ideas flow through this pipeline:
29
24
 
30
- 1. Open VSCode
31
- 2. Open the Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`)
32
- 3. Type `@MCP` in the search box to filter MCP servers
33
- 4. Search for `f5xc` or `F5 Distributed Cloud`
34
- 5. Click **Install**
25
+ - **[Discord](https://modelcontextprotocol.io/community/communication)** - Real-time community discussions
26
+ - **[Discussions](https://github.com/modelcontextprotocol/registry/discussions)** - Propose and discuss product/technical requirements
27
+ - **[Issues](https://github.com/modelcontextprotocol/registry/issues)** - Track well-scoped technical work
28
+ - **[Pull Requests](https://github.com/modelcontextprotocol/registry/pulls)** - Contribute work towards issues
35
29
 
36
- **Option B: Command Palette**
30
+ ### Quick start:
37
31
 
38
- 1. Open VSCode
39
- 2. Press `Ctrl+Shift+P` / `Cmd+Shift+P` to open Command Palette
40
- 3. Run `MCP: Add Server`
41
- 4. Select `npm package`
42
- 5. Enter: `@robinmordasiewicz/f5xc-terraform-mcp`
43
- 6. Choose scope: **Global** (all workspaces) or **Workspace** (this project only)
32
+ #### Pre-requisites
44
33
 
45
- ### From npm
34
+ - **Docker**
35
+ - **Go 1.24.x**
36
+ - **ko** - Container image builder for Go ([installation instructions](https://ko.build/install/))
37
+ - **golangci-lint v2.4.0**
46
38
 
47
- ```bash
48
- npm install -g @robinmordasiewicz/f5xc-terraform-mcp
49
- ```
50
-
51
- Or run directly with npx (no installation required):
39
+ #### Running the server
52
40
 
53
41
  ```bash
54
- npx @robinmordasiewicz/f5xc-terraform-mcp
42
+ # Start full development environment
43
+ make dev-compose
55
44
  ```
56
45
 
57
- ### MCPB Bundle (No Node.js Required)
58
-
59
- For corporate environments where Node.js cannot be installed. The MCPB bundle is fully self-contained with all dependencies included.
46
+ This starts the registry at [`localhost:8080`](http://localhost:8080) with PostgreSQL. The database uses ephemeral storage and is reset each time you restart the containers, ensuring a clean state for development and testing.
60
47
 
61
- **For VSCode:**
48
+ **Note:** The registry uses [ko](https://ko.build) to build container images. The `make dev-compose` command automatically builds the registry image with ko and loads it into your local Docker daemon before starting the services.
62
49
 
63
- 1. Download the latest `.mcpb` file from [GitHub Releases](https://github.com/robinmordasiewicz/terraform-provider-f5xc/releases)
64
- 2. In VSCode, press `Ctrl+Shift+P` / `Cmd+Shift+P`
65
- 3. Run `MCP: Add Server`
66
- 4. Drag and drop the `.mcpb` file, or select it when prompted
67
- 5. Run `MCP: List Servers` to verify installation
50
+ By default, the registry seeds from the production API with a filtered subset of servers (to keep startup fast). This ensures your local environment mirrors production behavior and all seed data passes validation. For offline development you can seed from a file without validation with `MCP_REGISTRY_SEED_FROM=data/seed.json MCP_REGISTRY_ENABLE_REGISTRY_VALIDATION=false make dev-compose`.
68
51
 
69
- **For Claude Desktop:**
52
+ The setup can be configured with environment variables in [docker-compose.yml](./docker-compose.yml) - see [.env.example](./.env.example) for a reference.
70
53
 
71
- 1. Download the latest `.mcpb` file from [GitHub Releases](https://github.com/robinmordasiewicz/terraform-provider-f5xc/releases)
72
- 2. Double-click the file to install, or drag it into Claude Desktop
73
- 3. Restart Claude Desktop to activate
54
+ <details>
55
+ <summary>Alternative: Running a pre-built Docker image</summary>
74
56
 
75
- **File**: `f5xc-terraform-mcp-X.Y.Z.mcpb`
76
-
77
- > **Note:** MCPB bundles are automatically built and attached to each GitHub Release. No npm or Node.js installation is required. The bundle includes a self-contained Node.js runtime.
78
-
79
- ### From Source
57
+ Pre-built Docker images are automatically published to GitHub Container Registry:
80
58
 
81
59
  ```bash
82
- cd mcp-server
83
- npm install
84
- npm run build
85
- ```
86
-
87
- ## Configuration
88
-
89
- ### Claude Desktop
60
+ # Run latest stable release
61
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:latest
90
62
 
91
- Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
63
+ # Run latest from main branch (continuous deployment)
64
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main
92
65
 
93
- ```json
94
- {
95
- "mcpServers": {
96
- "f5xc-terraform": {
97
- "command": "npx",
98
- "args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
99
- }
100
- }
101
- }
102
- ```
66
+ # Run specific release version
67
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:v1.0.0
103
68
 
104
- Or if running from source:
105
-
106
- ```json
107
- {
108
- "mcpServers": {
109
- "f5xc": {
110
- "command": "node",
111
- "args": ["/path/to/terraform-provider-f5xc/mcp-server/dist/index.js"]
112
- }
113
- }
114
- }
69
+ # Run development build from main branch
70
+ docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250906-abc123d
115
71
  ```
116
72
 
117
- ### Claude Code (CLI)
118
-
119
- Install the MCP server with a single command:
120
-
121
- ```bash
122
- claude mcp add f5xc-terraform -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
123
- ```
73
+ **Available tags:**
74
+ - **Releases**: `latest`, `v1.0.0`, `v1.1.0`, etc.
75
+ - **Continuous**: `main` (latest main branch build)
76
+ - **Development**: `main-<date>-<sha>` (specific commit builds)
124
77
 
125
- **Scope Options:**
78
+ </details>
126
79
 
127
- - `--scope local` (default): Available only in the current directory
128
- - `--scope project`: Shared with anyone who clones the repository (saved in `.mcp.json`)
129
- - `--scope user`: Available in all your Claude Code sessions
80
+ #### Publishing a server
130
81
 
131
- Examples with different scopes:
82
+ To publish a server, we've built a simple CLI. You can use it with:
132
83
 
133
84
  ```bash
134
- # User-wide installation (recommended for personal use)
135
- claude mcp add --scope user f5xc-terraform -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
85
+ # Build the latest CLI
86
+ make publisher
136
87
 
137
- # Project-specific installation (for team collaboration)
138
- claude mcp add --scope project f5xc-terraform -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
88
+ # Use it!
89
+ ./bin/mcp-publisher --help
139
90
  ```
140
91
 
141
- **Verify Installation:**
92
+ See [the publisher guide](./docs/modelcontextprotocol-io/quickstart.mdx) for more details.
142
93
 
143
- ```bash
144
- claude mcp list
145
- ```
146
-
147
- You should see `f5xc-terraform` listed with a `βœ“ Connected` status.
148
-
149
- **Remove Server:**
94
+ #### Other commands
150
95
 
151
96
  ```bash
152
- claude mcp remove f5xc-terraform
97
+ # Run lint, unit tests and integration tests
98
+ make check
153
99
  ```
154
100
 
155
- ### Visual Studio Code (with GitHub Copilot)
156
-
157
- VS Code 1.99+ supports MCP servers through GitHub Copilot. Configure by creating a `.vscode/mcp.json` file in your workspace:
158
-
159
- ```json
160
- {
161
- "servers": {
162
- "f5xc-terraform": {
163
- "command": "npx",
164
- "args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
165
- }
166
- }
167
- }
168
- ```
169
-
170
- **Alternative: Command Palette**
171
-
172
- 1. Open Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)
173
- 2. Run `MCP: Add Server`
174
- 3. Select `npm package`
175
- 4. Enter: `@robinmordasiewicz/f5xc-terraform-mcp`
176
-
177
- **Alternative: Command Line**
178
-
179
- ```bash
180
- code --add-mcp "{\"name\":\"f5xc-terraform\",\"command\":\"npx\",\"args\":[\"-y\",\"@robinmordasiewicz/f5xc-terraform-mcp\"]}"
181
- ```
182
-
183
- **Global Configuration (User Settings)**
184
-
185
- To make the MCP server available across all workspaces, add to your VS Code user settings (`settings.json`):
186
-
187
- ```json
188
- {
189
- "mcp": {
190
- "servers": {
191
- "f5xc-terraform": {
192
- "command": "npx",
193
- "args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
194
- }
195
- }
196
- }
197
- }
198
- ```
199
-
200
- **Verify VSCode Installation:**
201
-
202
- 1. Press `Ctrl+Shift+P` / `Cmd+Shift+P`
203
- 2. Run `MCP: List Servers`
204
- 3. Look for `f5xc-terraform` with a green status indicator
205
-
206
- **Troubleshooting VSCode:**
207
-
208
- - **Server not appearing**: Restart VSCode after adding the server configuration
209
- - **Connection issues**: Check the Output panel (`View > Output`) and select "MCP" from the dropdown
210
- - **Node.js not found**: Use the [MCPB Bundle](#mcpb-bundle-no-nodejs-required) method instead
211
-
212
- ## Available Tools
213
-
214
- ### Documentation Tools
215
-
216
- | Tool | Description |
217
- |------|-------------|
218
- | `f5xc_terraform_search_docs` | Search provider documentation by keyword |
219
- | `f5xc_terraform_get_doc` | Get complete documentation for a resource |
220
- | `f5xc_terraform_list_docs` | List all available documentation |
221
-
222
- ### API Specification Tools
223
-
224
- | Tool | Description |
225
- |------|-------------|
226
- | `f5xc_terraform_search_api_specs` | Search OpenAPI specifications |
227
- | `f5xc_terraform_get_api_spec` | Get a specific API specification |
228
- | `f5xc_terraform_find_endpoints` | Find API endpoints by URL pattern |
229
- | `f5xc_terraform_get_schema_definition` | Get a schema definition from a spec |
230
- | `f5xc_terraform_list_definitions` | List all definitions in a spec |
101
+ There are also a few more helpful commands for development. Run `make help` to learn more, or look in [Makefile](./Makefile).
231
102
 
232
- ### Subscription Tier Tools
233
-
234
- | Tool | Description |
235
- |------|-------------|
236
- | `f5xc_terraform_get_subscription_info` | Get subscription tier requirements for resources |
237
- | `f5xc_terraform_get_property_subscription_info` | Get property-level subscription tier indicators |
238
-
239
- ### Addon Service Tools
240
-
241
- | Tool | Description |
242
- |------|-------------|
243
- | `f5xc_terraform_addon_list_services` | List available addon services with activation requirements |
244
- | `f5xc_terraform_addon_check_activation` | Check if an addon service is activated for the tenant |
245
- | `f5xc_terraform_addon_activation_workflow` | Get activation workflow and Terraform code for addons |
246
-
247
- ### Utility Tools
248
-
249
- | Tool | Description |
250
- |------|-------------|
251
- | `f5xc_terraform_get_summary` | Get overview of all available docs and specs |
252
-
253
- ## Usage Examples
254
-
255
- ### Find HTTP Load Balancer Documentation
256
-
257
- ```
258
- User: How do I configure an HTTP load balancer in F5XC with Terraform?
259
-
260
- Claude: [Uses f5xc_terraform_search_docs with query "http_loadbalancer"]
261
- [Uses f5xc_terraform_get_doc with name "http_loadbalancer"]
262
- ```
263
-
264
- ### Discover API Endpoints
265
-
266
- ```
267
- User: What API endpoints are available for managing namespaces?
268
-
269
- Claude: [Uses f5xc_terraform_find_endpoints with pattern "/namespaces"]
270
- ```
271
-
272
- ### Explore Schema Definitions
273
-
274
- ```
275
- User: What fields are available in the app_firewall configuration?
276
-
277
- Claude: [Uses f5xc_terraform_get_api_spec with name "app_firewall"]
278
- [Uses f5xc_terraform_list_definitions with spec_name "app_firewall"]
279
- [Uses f5xc_terraform_get_schema_definition for specific type]
280
- ```
281
-
282
- ## Development
283
-
284
- ### Build
285
-
286
- ```bash
287
- npm run build
288
- ```
289
-
290
- ### Development Mode (with auto-reload)
291
-
292
- ```bash
293
- npm run dev
294
- ```
295
-
296
- ### Type Check
297
-
298
- ```bash
299
- npm run typecheck
300
- ```
103
+ <!--
104
+ For Claude and other AI tools: Always prefer make targets over custom commands where possible.
105
+ -->
301
106
 
302
107
  ## Architecture
303
108
 
109
+ ### Project Structure
110
+
304
111
  ```
305
- mcp-server/
306
- β”œβ”€β”€ src/
307
- β”‚ β”œβ”€β”€ index.ts # MCP server entry point
308
- β”‚ β”œβ”€β”€ types.ts # TypeScript type definitions
309
- β”‚ β”œβ”€β”€ schemas/ # Zod validation schemas
310
- β”‚ β”‚ └── index.ts
311
- β”‚ └── services/ # Core services
312
- β”‚ β”œβ”€β”€ documentation.ts # Doc loading and search
313
- β”‚ └── api-specs.ts # OpenAPI spec handling
314
- β”œβ”€β”€ package.json
315
- β”œβ”€β”€ tsconfig.json
316
- └── README.md
112
+ β”œβ”€β”€ cmd/ # Application entry points
113
+ β”‚ └── publisher/ # Server publishing tool
114
+ β”œβ”€β”€ data/ # Seed data
115
+ β”œβ”€β”€ deploy/ # Deployment configuration (Pulumi)
116
+ β”œβ”€β”€ docs/ # Documentation
117
+ β”œβ”€β”€ internal/ # Private application code
118
+ β”‚ β”œβ”€β”€ api/ # HTTP handlers and routing
119
+ β”‚ β”œβ”€β”€ auth/ # Authentication (GitHub OAuth, JWT, namespace blocking)
120
+ β”‚ β”œβ”€β”€ config/ # Configuration management
121
+ β”‚ β”œβ”€β”€ database/ # Data persistence (PostgreSQL)
122
+ β”‚ β”œβ”€β”€ service/ # Business logic
123
+ β”‚ β”œβ”€β”€ telemetry/ # Metrics and monitoring
124
+ β”‚ └── validators/ # Input validation
125
+ β”œβ”€β”€ pkg/ # Public packages
126
+ β”‚ β”œβ”€β”€ api/ # API types and structures
127
+ β”‚ β”‚ └── v0/ # Version 0 API types
128
+ β”‚ └── model/ # Data models for server.json
129
+ β”œβ”€β”€ scripts/ # Development and testing scripts
130
+ β”œβ”€β”€ tests/ # Integration tests
131
+ └── tools/ # CLI tools and utilities
132
+ └── validate-*.sh # Schema validation tools
317
133
  ```
318
134
 
319
- ## Resources Served
320
-
321
- ### Documentation Types
135
+ ### Authentication
322
136
 
323
- - **Resources**: Terraform resources (http_loadbalancer, origin_pool, namespace, etc.)
324
- - **Data Sources**: Terraform data sources for reading existing resources
325
- - **Functions**: Provider-defined functions (blindfold, blindfold_file)
326
- - **Guides**: Step-by-step tutorials and how-to guides
137
+ Publishing supports multiple authentication methods:
138
+ - **GitHub OAuth** - For publishing by logging into GitHub
139
+ - **GitHub OIDC** - For publishing from GitHub Actions
140
+ - **DNS verification** - For proving ownership of a domain and its subdomains
141
+ - **HTTP verification** - For proving ownership of a domain
327
142
 
328
- ### API Specifications
143
+ The registry validates namespace ownership when publishing. E.g. to publish...:
144
+ - `io.github.domdomegg/my-cool-mcp` you must login to GitHub as `domdomegg`, or be in a GitHub Action on domdomegg's repos
145
+ - `me.adamjones/my-cool-mcp` you must prove ownership of `adamjones.me` via DNS or HTTP challenge
329
146
 
330
- All F5 Distributed Cloud public APIs including:
331
- - HTTP/TCP Load Balancers
332
- - Origin Pools
333
- - Application Firewalls (WAF)
334
- - Namespaces
335
- - DNS Management
336
- - Network Policies
337
- - Cloud Sites (AWS, Azure, GCP)
338
- - And 260+ more...
147
+ ## Community Projects
339
148
 
340
- ## License
149
+ Check out [community projects](docs/community-projects.md) to explore notable registry-related work created by the community.
341
150
 
342
- MIT
343
-
344
- ## Contributing
151
+ ## More documentation
345
152
 
346
- Contributions welcome! Please see the main [terraform-provider-f5xc](https://github.com/robinmordasiewicz/terraform-provider-f5xc) repository for contribution guidelines.
153
+ See the [documentation](./docs) for more details if your question has not been answered here!
@@ -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.