From 6037fc06f0c54193a66e652e318ebd9b1548e060 Mon Sep 17 00:00:00 2001 From: Lauren Voswinkel Date: Wed, 10 Mar 2021 15:54:15 -0800 Subject: [PATCH] Add changelog entry for #10953 (#11077) --- changelog/10953.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/10953.txt diff --git a/changelog/10953.txt b/changelog/10953.txt new file mode 100644 index 00000000000..55d011e1170 --- /dev/null +++ b/changelog/10953.txt @@ -0,0 +1,3 @@ +```release-note:feature +secrets/aws: add IAM tagging support for iam_user roles +```