From c44eb6915e12348d984424d2741700a2bfa96e8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:44:20 +0000 Subject: [PATCH] Backport of Add changelog entries for resource identities into v1.12 (#36967) * backport of commit 19b3c5ba0c68282a1c193cb80d349f129a4bc7e5 * backport of commit c570ca21781ae98b67ffab3064f7a819cd0192f8 --------- Co-authored-by: Daniel Banck --- .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"