Skip to content

Releases: rumenvasilev/terraform-registry-api

v0.2.0

25 Oct 12:36
Compare
Choose a tag to compare
  • Update provider version and OS regexes to capture all possible variants that are returned from the terraform registry today
  • Added X-Terraform-Version request header for module calls
  • Registry response to module version download path must be 204, not 200, because the server returns empty body. Download link is passed by means of X-Terraform-Get response header. Both terraform and opentofu support that (in fact they do support both 200 and 204).
  • Added response errors to the model.
  • Updated the regex for module download URL
  • Added release github action, publishing the resulting openapi specification.

v0.1.0

25 Oct 09:22
Compare
Choose a tag to compare

Initial version of the API specification of terraform registry as it is implemented in https://github.com/opentofu/registry