From 64cd0da75872bb465dfbf9e01fce35bbfd6f3967 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Tue, 6 Feb 2024 11:51:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eefb135b54..08326708f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ NEW FEATURES: * Providers can now implement functions which can be used from within the Terraform configuration language. The syntax for calling a provider supplied function is `provider::provider_name::function_name()`. [GH-34394] * Providers can now implement move operations between resource types, both from resource types defined by the provider and defined by other providers. Check provider documentation for supported cross-resource-type moves. +* `issensitive` function added to detect if a value is marked as sensitive BUG FIXES: