Skip to content

Releases: issyl0/terraform-provider-improvmx

v0.2.0

08 Aug 22:05
Compare
Choose a tag to compare
resource_email_forward: Fix email forward creation operations

- Since 5041c41e589df52a2851dba06e3fb938526e95a0, configuring email
  forwards have been broken with:

```
panic: interface conversion: interface {} is *improvmx.Meta, not *improvmx.Client

goroutine 22 [running]:
github.com/issyl0/terraform-provider-improvmx/improvmx.resourceEmailForwardCreate(0xc000179000, 0x1765080, 0xc00061e288, 0x0, 0xffffffffffffffff)
	github.com/issyl0/terraform-provider-improvmx/improvmx/resource_email_forward.go:42 +0x25f
```

- I decided to use the same style of handling as in `resource_domain`,
  by using a mutex lock on read, and doing rate limit debug logging too.

v0.1.2

07 Jul 17:36
9e392da
Compare
Choose a tag to compare
docs: Fixup examples for the Terraform Registry - define params etc.

v0.1.1

07 Jul 16:55
54fe05b
Compare
Choose a tag to compare
docs: Add an example Terraform file and an index page for the Registry

v0.1.0

07 Jul 16:39
1500402
Compare
Choose a tag to compare
Add goreleaser to publish to the Terraform Registry