You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***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
+
19
23
***New Command:**`terraform state` to provide access to a variety of state manipulation functions [GH-5811]
20
24
***New Data Source:**`aws_ami`[GH-6911]
21
25
***New Data Source:**`aws_availability_zones`[GH-6805]
0 commit comments