From bf45e43147c9c1790bcc7b481ce2a14367e19aff Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Wed, 30 Apr 2025 11:28:52 +0200 Subject: [PATCH] Add changelog entries for resource identities (#36905) * Add changelog entries for resource identities * Remove changelog --- .changes/v1.12/ENHANCEMENTS-20250417-182036.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/v1.12/ENHANCEMENTS-20250417-182036.yaml diff --git a/.changes/v1.12/ENHANCEMENTS-20250417-182036.yaml b/.changes/v1.12/ENHANCEMENTS-20250417-182036.yaml new file mode 100644 index 0000000000..5237a73160 --- /dev/null +++ b/.changes/v1.12/ENHANCEMENTS-20250417-182036.yaml @@ -0,0 +1,5 @@ +kind: ENHANCEMENTS +body: '`import` blocks: Now support importing a resource via a new identity attribute. This is mutually exclusive with the `id` attribute' +time: 2025-04-17T18:20:36.814657+02:00 +custom: + Issue: "36703"