Skip to content

Releases: dsaidgovsg/terraform-provider-smallutil

Upgrade terraform version to support protocol version 5

16 May 02:46
Compare
Choose a tag to compare

Support for Darwin ARM64

16 May 00:57
135f515
Compare
Choose a tag to compare

Add a zip release for Darwin ARM 64

Fix float64 formatting

13 Jun 01:03
135f515
Compare
Choose a tag to compare

When the float64 value doesn't contain decimal places, it should format to look like integer, which is good because some inputs only accept integer looking numbers.

Allow number and bool to be parsed as string for http_req

12 Jun 01:03
83a04a5
Compare
Choose a tag to compare

Fix building of various binaries

01 Jun 04:22
2b57b42
Compare
Choose a tag to compare

Previous releases are not built correctly because the GOOS and GOARCH were mistakenly not set. This patch version fixes it with the same features in the minor version.

Fix building of various binaries

01 Jun 03:39
9278940
Compare
Choose a tag to compare

Previous releases are not built correctly because the GOOS and GOARCH were mistakenly not set. This patch version fixes it with the same features in the minor version.

Fix building of various binaries

01 Jun 03:39
d1685b1
Compare
Choose a tag to compare

Previous releases are not built correctly because the GOOS and GOARCH were mistakenly not set. This patch version fixes it with the same features in the minor version.

Add source field to smallutil_http_req

30 May 00:09
cad52a9
Compare
Choose a tag to compare

To indicate as output where the derived value actually come from. The values can only be:
[request, default, override]

Default value to be used for any HTTP request error

29 May 06:00
a34eea4
Compare
Choose a tag to compare

Considered as somewhat a breaking change, because the expectation has been changed from:

  • Only invalid endpoints error will use default value (not a common use case) -> As long as it's an HTTP request error, e.g. site doesn't exist, endpoint is invalid, the default value will be used. Unable to parse JSON correct from content type of application/json doesn't count because that would be considered a part of HTTP response error / mismatch of response expectation.

Fix static linking on Linux AMD64

29 May 03:35
b4035f3
Compare
Choose a tag to compare

No code change, just fix static linking so that it works for DNS resolution on Linux AMD64.