From df013c8142c3a1ebf6825353a38880998e402656 Mon Sep 17 00:00:00 2001 From: Toby Brain Date: Wed, 14 Sep 2022 20:18:44 +1000 Subject: [PATCH] Changelog --- .changelog/534.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/534.txt diff --git a/.changelog/534.txt b/.changelog/534.txt new file mode 100644 index 000000000..b34035957 --- /dev/null +++ b/.changelog/534.txt @@ -0,0 +1,3 @@ +```release-note:bug +resource: Updates all nested field accesses to validate type casts. This prevents a provider crash when a field is explicitly set to `null`. +```