IMPROVEMENTS:
- Add support for the Continuous Query RESAMPLE clause
DOCUMENTATION UPDATES:
- Fix documentation on retention policies per Terraform 0.12
IMPROVEMENTS:
- Support for optional shard group duration in database configuration
IMPROVEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
IMPROVEMENTS:
- Quote-safe usernames: Provider will now work fine with username having quotes
IMPROVEMENTS:
- Password hashing: Provider will no longer store passwords in state files as plaintext
DOCUMENTATION UPDATES:
- Updated "Skip SSL Verify" documentation to match actual implementation
IMPROVEMENTS:
- Provider Configuration: Added support for skip TLS check on provider init (#12)
Bug Fixes:
- Unapplied list of grants changes detected based on ordering (#6)
IMPROVEMENTS:
- resource_database: Added support for retention policy configuration (#3)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout