From a0e214469d86e8e69813028e0540304b63e26456 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 24 Mar 2022 16:38:24 -0400 Subject: [PATCH] Update CHANGELOG for #841 --- .changelog/841.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/841.txt diff --git a/.changelog/841.txt b/.changelog/841.txt new file mode 100644 index 0000000000..d60ea41fcb --- /dev/null +++ b/.changelog/841.txt @@ -0,0 +1,3 @@ +```release-note:bug +helper/schema: Allowed `Schema` with `TypeInt` to accept `string` values from `DefaultFunc`, such as `EnvDefaultFunc` ([#841](https://github.com/hashicorp/terraform-plugin-sdk/pull/841)) +```