Releases: ns1-terraform/terraform-provider-ns1
Releases · ns1-terraform/terraform-provider-ns1
Release list
v2.0.10
This change contains the following updates:
- Bumps SDK version
- Expands record POST tests
v2.0.9
v2.0.8
This change contains the following updates:
- Fixed bug with removing filters from records
v2.0.7
This change contains the following updates:
- Added support for more record types (CERT, CSYNC, DHCID, HTTPS, SMIMEA, SVCB & TLSA)
v2.0.6
This change contains the following updates:
- Add support for Global IP Whitelist
v2.0.5
v2.0.4
This change contains the following updates:
- Zone resource no longer returns record information
- Fixed bug in NotifyList headers
v2.0.3
It can contains the following updates:
golang.org/x/net v0.7.0
golang.org/x/sys v0.5.0
golang.org/x/text v0.7.0
v2.0.2
This is a version bump due to incorrect tagging. It can contains the following fixes.
2.0.2 (March 14, 2023)
BUG FIX
ns1-goclient version bump fixesadditional_metadatanot applying correctly
Note:
- To avoid whitespace issues in
additional_metadatameta tag usejsonencodefor example:
meta = {
"additional_metadata" : jsonencode(
[
{
a = "1"
b = "2"
}
])
}v2.0.1
2.0.1 (March 14, 2023)
BUG FIX
ns1-goclient version bump fixesadditional_metadatanot applying correctly
Note:
- To avoid whitespace issues in
additional_metadatameta tag usejsonencodefor example:
meta = {
"additional_metadata" : jsonencode(
[
{
a = "1"
b = "3"
}
])
}