Releases: Constellix/terraform-provider-constellix
v0.4.6
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
, andCONSTELLIX_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
fix: Add missing manifest file.
v0.4.5
Updated go.mod to reflect the current go-client version
v0.4.4
- Added skipLookup argument for ANAME resources
v0.4.3
fixed compatibility issue with M1 MacBooks (darwin_arm64)
v0.4.2
Fixes:
Cosntellix-Terraform no longer detects erroneous changes to be made for TXT records over 255 characters
v0.4.1
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
Domain resources with templates applied to be created with one call instead of two (POST instead of POST+PUT)
v0.3.11
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
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