Releases: quantcdn/terraform-provider-quant
Releases · quantcdn/terraform-provider-quant
v0.0.4
What's Changed
- Update rule_proxy.md by @steveworley in #26
- Update rule_redirect.md by @steveworley in #27
- Bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 by @dependabot in #25
- Feat: Add Crawler Schedules Resource by @steveworley in #28
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Feat: Update to autogenerated resource definitions by @steveworley in #24
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
Added
- Initial alpha release of the Terraform Provider for QuantCDN
- Basic provider structure and configuration
- Support for managing QuantCDN resources:
quant_project
: Create and manage QuantCDN projectsquant_header
: Set response headers for the projectquant_rule_proxy
: Create proxy rules to run in traditional CDN modequant_rule_redirect
: Add redirect rules
- Data sources for retrieving information about existing resources:
quant_project
: Fetch details about a QuantCDN project
- Basic documentation for provider usage and resource configuration
- Initial set of acceptance tests for core functionality
Notes
This is an alpha release it may contain bugs and the API is subject to change in future releases. We welcome feedback and contributions from the community to help improve the provider.
Known Issues
- Limited error handling and validation in some resource operations
- Incomplete coverage of all QuantCDN API features
- Documentation may be incomplete or contain errors