From 73b25f8b8f4dc8373d4d414fdc85ee8066f8be62 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 20 Sep 2019 15:59:15 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c72dabf21..729a5053f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ENHANCEMENTS: * `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-22783] * config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-22747] +* 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-22858] ## 0.12.9 (September 17, 2019)