Skip to content

Commit 58899cc

Browse files
committed
Update CHANGELOG.md
1 parent 3f0650b commit 58899cc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ BACKWARDS INCOMPATIBILITIES / NOTES:
1616

1717
FEATURES:
1818

19+
* **Data sources** are a new kind of primitive in Terraform. Attributes for data sources are refreshed and available during the planning stage. [GH-6598]
20+
* **Lists and maps** can now be used as first class types for variables and may also be passed between modules. [GH-6322]
21+
* **State management CLI commands** provide a variety of state manipulation functions for advanced use cases. This should be used where possible instead of manually modifying state files. [GH-5811]
22+
1923
* **New Command:** `terraform state` to provide access to a variety of state manipulation functions [GH-5811]
2024
* **New Data Source:** `aws_ami` [GH-6911]
2125
* **New Data Source:** `aws_availability_zones` [GH-6805]
@@ -31,8 +35,6 @@ FEATURES:
3135
* **New Resource:** `openstack_blockstorage_volume_v2` [GH-6693]
3236
* **New Resource:** `vsphere_virtual_disk` [GH-6273]
3337
* **New Resource:** `github_repository_collaborator` [GH-6861]
34-
* core: Data Resources are now supported. Values are refreshed, and available during the planning stage [GH-6598]
35-
* core: Lists and maps can now be used as first class types for variables, and may be passed between modules [GH-6322]
3638
* core: Tainted resources now show up in the plan and respect dependency ordering [GH-6600]
3739
* core: The `lookup` interpolation function can now have a default fall-back value specified [GH-6884]
3840
* core: The `terraform plan` command no longer persists state. [GH-6811]

0 commit comments

Comments
 (0)