{
  "markdown": "# Terraform Provider for F5 Distributed Cloud\n\nCommunity Terraform provider for [F5 Distributed Cloud](https://www.f5.com/cloud).\n\n## ⚠️ Version 3.0.0 Clean Break Release\n\n**IMPORTANT**: This is a pre-release clean break version that requires recreating all Terraform-managed resources.\n\n- **No in-place upgrade**: You cannot upgrade from earlier versions without destroying and recreating resources\n- **API v2 based**: Uses F5 Distributed Cloud API v2 specifications (98 resources available)\n- **No backwards compatibility**: All state upgrade infrastructure has been removed\n- **Import supported**: You can still import existing F5XC resources using `terraform import`\n\nThis is a pre-release project. See [CHANGELOG.md](CHANGELOG.md) for complete details on breaking changes and migration requirements.\n\n## Installation\n\n```terraform\nterraform {\n  required_providers {\n    f5xc = {\n      source  = \"robinmordasiewicz/f5xc\"\n    }\n  }\n}\n\nprovider \"f5xc\" {}\n```\n\n## Authentication\n\nSet your API token as an environment variable:\n\n```bash\nexport F5XC_API_TOKEN=\"your-api-token\"\n```\n\n## Documentation\n\n- [Provider Documentation](https://registry.terraform.io/providers/robinmordasiewicz/f5xc/latest/docs)\n- [F5 Distributed Cloud API](https://docs.cloud.f5.com/)\n\n## Contributing\n\nThis provider uses automated workflows for documentation generation and releases:\n\n- **Documentation**: Auto-generated from OpenAPI specs on merge to main\n- **Releases**: Triggered automatically using [semantic versioning](https://semver.org/) based on conventional commits\n- **Testing**: All PRs require passing tests and lint checks\n\nAll substantive changes (code, documentation, configuration) automatically trigger a new release with appropriate version bumping.\n\nFor detailed contribution guidelines, see [CLAUDE.md](CLAUDE.md).\n\n## License\n\n[Mozilla Public License 2.0](LICENSE)\n",
  "bytes": 1862,
  "sha": "9e8dfe15b610fa39219d96245e6f6add4395e633c2381da5123d5d0fb3e9826a",
  "repo_slug": "robinmordasiewicz/terraform-provider-f5xc",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_robinmordasiewicz_f5xc_terrafo_67c79860/readme"
}