From 948e4cd06764e44cb7bb1eebdd719c233a28d2a4 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Tue, 7 Jan 2025 14:37:28 +0100 Subject: [PATCH] fix typo Co-authored-by: Radek Simko --- .changes/unreleased/NEW FEATURES-20250107-125354.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/unreleased/NEW FEATURES-20250107-125354.yaml b/.changes/unreleased/NEW FEATURES-20250107-125354.yaml index 0e3d00df3d9a..794672149353 100644 --- a/.changes/unreleased/NEW FEATURES-20250107-125354.yaml +++ b/.changes/unreleased/NEW FEATURES-20250107-125354.yaml @@ -1,5 +1,5 @@ kind: NEW FEATURES -body: Add write-only attributes to resources. Providers can specify that certain attributes are write-only, they can not be referenced and are not presisted in state. You can use ephemeral values in write-only attributes. +body: Add write-only attributes to resources. Providers can specify that certain attributes are write-only. They are not persisted in state. You can use ephemeral values in write-only attributes. time: 2025-01-07T12:53:54.752027+01:00 custom: Issue: "36031"