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
* Providers no longer in the main Terraform distribution; installed automatically by init instead [GH-15208]
25
-
* cli: `terraform env` command renamed to `terraform workspace`[GH-14952]
24
+
* Providers no longer in the main Terraform distribution; installed automatically by init instead ([#15208](https://github.com/hashicorp/terraform/issues/15208))
25
+
* cli: `terraform env` command renamed to `terraform workspace`([#14952](https://github.com/hashicorp/terraform/issues/14952))
26
26
* cli: `terraform init` command now has `-upgrade` option to download the latest versions (within specified constraints) of modules and provider plugins.
27
-
* cli: The `-target` option to various Terraform operation can now target resources in descendent modules. [GH-15314]
28
-
* cli: Minor updates to `terraform plan` output: use standard resource address syntax, more visually-distinct `-/+` actions, and more [GH-15362]
29
-
* config: New interpolation function `contains`, to find if a given string exists in a list of strings. [GH-15322]
27
+
* cli: The `-target` option to various Terraform operation can now target resources in descendent modules. ([#15314](https://github.com/hashicorp/terraform/issues/15314))
28
+
* cli: Minor updates to `terraform plan` output: use standard resource address syntax, more visually-distinct `-/+` actions, and more ([#15362](https://github.com/hashicorp/terraform/issues/15362))
29
+
* config: New interpolation function `contains`, to find if a given string exists in a list of strings. ([#15322](https://github.com/hashicorp/terraform/issues/15322))
30
30
31
31
BUG FIXES:
32
32
33
-
* config: Interpolation function `cidrhost` was not correctly calcluating host addresses under IPv6 CIDR prefixes [GH-15321]
34
-
* provisioner/chef: Prevent a panic while trying to read the connection info [GH-15271]
35
-
* provisioner/file: Refactor the provisioner validation function to prevent false positives [GH-15273]
33
+
* config: Interpolation function `cidrhost` was not correctly calcluating host addresses under IPv6 CIDR prefixes ([#15321](https://github.com/hashicorp/terraform/issues/15321))
34
+
* provisioner/chef: Prevent a panic while trying to read the connection info ([#15271](https://github.com/hashicorp/terraform/issues/15271))
35
+
* provisioner/file: Refactor the provisioner validation function to prevent false positives ([#15273](https://github.com/hashicorp/terraform/issues/15273))
0 commit comments