Skip to content

Releases: quantcdn/terraform-provider-quant

v0.0.4

09 Jan 05:24
a5c05a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

06 Dec 07:46
e8375f2
Compare
Choose a tag to compare

What's Changed

  • Feat: Update to autogenerated resource definitions by @steveworley in #24

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Oct 02:16
8634384
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

27 Sep 07:21
caddf75
Compare
Choose a tag to compare

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 projects
    • quant_header: Set response headers for the project
    • quant_rule_proxy: Create proxy rules to run in traditional CDN mode
    • quant_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