BUG FIXES:
- resource/apisix_route: Can't create a route that uses
plugins
andplugin_config_id
attributest simultaneously (#15)
BREAKING CHANGES:
- resource/apisix_ssl_certificate: The
validity_end
andvalidity_start
attributes have been removed due to the APISIX v3.6.0 compatibility issue. (#10)
BUG FIXES:
- resource/apisix_ssl_certificate: Fix compatibility issue with resource
apisix_ssl_certificate
(#10)
ENHANCEMENTS:
- privider: Upgrade provider to support APISIX v3.8.0 (#6)
- provider: Fix vulnerability issues by updating the terraform-provider-framework (#12)
BUG FIXES:
- resource/apisix_upstream: Updating upstream's "service_name" requires recreation of upstream (#5)
NOTES:
- resource/apisix_ssl_certificate: The
validity_start
andvalidity_end
attributes have been deprecated and will be removed in the next major version of the provider (#7)
FEATURES:
- resource/apisix_ssl_certificate: Added calculation of notAfter and notBefore dates for the SSL certificate (#4)
Initial release