Skip to content

Releases: Constellix/terraform-provider-constellix

v0.4.6

30 Jul 14:12
Compare
Choose a tag to compare

v0.4.6

DigiCert is pleased to announce the v0.4.6 release of its Terraform for Constellix offering.

Special Notices

This release does not include any special notices.

New Features

  • Added the ability to enable and disable domains.

Enhancements

  • API and secret keys can now be loaded from the apikey, secretkey, CONSTELLIX_API_KEY, and CONSTELLIX_SECRET_KEY environment variables.
  • Domain creation operations are now idempotent and return success messaging on previously created domains instead of displaying errors.
  • Improved existing documentation terminology and formatting.

Resolved Issues

This release does not resolve any previously listed known issues.

Known Issues

This release does not include any known issues.

Recommended Upgrade Process

This release does not include a recommended upgrade process.

v0.4.6-rc.1

29 Jul 11:35
Compare
Choose a tag to compare
fix: Add missing manifest file.

v0.4.5

13 Apr 15:44
9753180
Compare
Choose a tag to compare

Updated go.mod to reflect the current go-client version

v0.4.4

11 Apr 17:42
a583fc1
Compare
Choose a tag to compare
  • Added skipLookup argument for ANAME resources

v0.4.3

28 Mar 17:43
e9de72a
Compare
Choose a tag to compare

fixed compatibility issue with M1 MacBooks (darwin_arm64)

v0.4.2

14 Mar 16:56
210d18c
Compare
Choose a tag to compare

Fixes:
Cosntellix-Terraform no longer detects erroneous changes to be made for TXT records over 255 characters

v0.4.1

02 Mar 14:44
9e7fa41
Compare
Choose a tag to compare

New features:
-argument for notification_report_timeout added for HTTP/TCP/DNS Sonar check resources

Bugs fixed:
-values for check_sites argument in HTTP/DNS/TCP checks out of order causing unnecessary changes in plan

v0.4.0

24 Feb 18:09
Compare
Choose a tag to compare

Domain resources with templates applied to be created with one call instead of two (POST instead of POST+PUT)

v0.3.11

21 Oct 19:38
Compare
Choose a tag to compare

Arguments added:
-ability to apply/remove templates to/from domains by adding <template = "XXXX"> in the constellix_domain resource
Bugs fixed:
-Terraform sees changes to be made in geofilter resource when there are no changes to be made
-sort_order argument in failover A records not getting recognized

v0.3.10

08 Sep 14:32
1b966c3
Compare
Choose a tag to compare

What's been fixed:

  • switching between failover and other record modes has been fixed for all record types
  • contact_ids argument has been fixed
  • hardlink_flag argument in http_redirection_record resource has been fixed

What's been added:

  • argument for notificationGroups has been added for all Sonar check resources