F5 Distributed Cloud Terraform Provider
F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI.
Ask AI about F5 Distributed Cloud Terraform Provider
Powered by Claude · Grounded in docs
I know everything about F5 Distributed Cloud Terraform Provider. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Terraform Provider for F5 Distributed Cloud
Community Terraform provider for F5 Distributed Cloud.
⚠️ Version 3.0.0 Clean Break Release
IMPORTANT: This is a pre-release clean break version that requires recreating all Terraform-managed resources.
- No in-place upgrade: You cannot upgrade from earlier versions without destroying and recreating resources
- API v2 based: Uses F5 Distributed Cloud API v2 specifications (98 resources available)
- No backwards compatibility: All state upgrade infrastructure has been removed
- Import supported: You can still import existing F5XC resources using
terraform import
This is a pre-release project. See CHANGELOG.md for complete details on breaking changes and migration requirements.
Installation
terraform {
required_providers {
f5xc = {
source = "robinmordasiewicz/f5xc"
}
}
}
provider "f5xc" {}
Authentication
Set your API token as an environment variable:
export F5XC_API_TOKEN="your-api-token"
Documentation
Contributing
This provider uses automated workflows for documentation generation and releases:
- Documentation: Auto-generated from OpenAPI specs on merge to main
- Releases: Triggered automatically using semantic versioning based on conventional commits
- Testing: All PRs require passing tests and lint checks
All substantive changes (code, documentation, configuration) automatically trigger a new release with appropriate version bumping.
For detailed contribution guidelines, see CLAUDE.md.
