parent
d2c698ea28
commit
de0a34fc35
|
@ -141,6 +141,12 @@ BUG FIXES:
|
|||
* core: Fix issue causing syntax errors interpolating count attribute when value passed between modules [GH-6833]
|
||||
* core: Fix "diffs didn't match during apply" error for computed sets [GH-7205]
|
||||
* core: Fix issue where `terraform init .` would truncate existing files [GH-7273]
|
||||
* core: Don't compare diffs between maps with computed values [GH-7249]
|
||||
* core: Don't copy existing files over themselves when fetching modules [GH-7273]
|
||||
* core: Always increment the state serial number when upgrading the version [GH-7402]
|
||||
* core: Fix a crash during eval when we're upgrading an empty state [GH-7403]
|
||||
* core: Honor the `-state-out` flag when applying with a plan file [GH-7443]
|
||||
* core: Fix a panic when a `terraform_remote_state` data source doesn't exist [GH-7464]
|
||||
* provider/aws: Changing keys in `aws_dynamodb_table` correctly force new resources [GH-6829]
|
||||
* provider/aws: Fix a bug where CloudWatch alarms are created repeatedly if the user does not have permission to use the the DescribeAlarms operation [GH-7227]
|
||||
* provider/aws: Fix crash in `aws_elasticache_parameter_group` occuring following edits in the console [GH-6687]
|
||||
|
|
Loading…
Reference in New Issue