From 1423b82865b0590fe08469332fad804e3da2d188 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 29 Aug 2022 08:34:19 -0400 Subject: [PATCH] Update CHANGELOG for #826 --- .changelog/826.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/826.txt diff --git a/.changelog/826.txt b/.changelog/826.txt new file mode 100644 index 0000000000..47137ca152 --- /dev/null +++ b/.changelog/826.txt @@ -0,0 +1,3 @@ +```release-note:bug +helper/schema: Included path information in list size diagnostics for cases where Terraform does not include the configuration source +```