Skip to content

Commit 359b6c2

Browse files
authored
correct typo in CHANGELOG.md
1 parent 6dbe1fc commit 359b6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FEATURES:
44

5-
* `schema.Provider.TerraformVersion` now defaults to "v0.11+compatible" to indicate when Terraform 0.10/0.11 CLI is communicating with the plugin. [GH-52]
5+
* `schema.Provider.TerraformVersion` now defaults to "0.11+compatible" to indicate when Terraform 0.10/0.11 CLI is communicating with the plugin. [GH-52]
66
* `terraform plan` and `terraform apply` will now warn when the `-target` option is used, to draw attention to the fact that the result of applying the plan is likely to be incomplete, and to remind to re-run `terraform plan` with no targets afterwards to ensure that the configuration has converged. [GH-182]
77
* config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-181]
88
* config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-187]

0 commit comments

Comments
 (0)