mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update CHANGELOG.md
This commit is contained in:
parent
da2202277d
commit
168c334bc8
@ -12,6 +12,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
|
||||
Terraform versions.
|
||||
* provider/aws: `aws_db_instance` now defaults to making a final snapshot on delete
|
||||
* provider/aws: `aws_rds_cluster` now defaults to making a final snapshot on delete
|
||||
* provider/aws: `aws_redshift_cluster` now defaults to making a final snapshot on delete
|
||||
* provider/aws: Deprecated fields `kinesis_endpoint` & `dynamodb_endpoint` were removed. Use `kinesis` & `dynamodb` inside the `endpoints` block instead. [GH-11778]
|
||||
* provider/datadog: `datadog_monitor` now defaults `notify_no_data` to `false` as per the datadog API
|
||||
|
||||
@ -36,6 +37,7 @@ IMPROVEMENTS:
|
||||
fast cancellation. [GH-10934]
|
||||
* provider/aws: Set aws_db_cluster to snapshot by default [GH-11668]
|
||||
* provider/aws: Enable final snapshots for aws_rds_cluster by default [GH-11694]
|
||||
* provider/aws: Enable snapshotting by default on aws_redshift_cluster [GH-11695]
|
||||
* provider/vault: read vault token from `~/.vault-token` as a fallback for the
|
||||
`VAULT_TOKEN` environment variable. [GH-11529]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user