We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f7837 + 3512c8f commit 2946f10Copy full SHA for 2946f10
terraform/main.tf
@@ -187,7 +187,7 @@ resource "aws_iam_user_group_membership" "user_group_attach" {
187
188
# IAM Key Rotation Module
189
module "iam_key_rotation" {
190
- source = "git::https://github.com/ONS-Innovation/keh-aws-iam-key-rotation.git?ref=v0.1.0"
+ source = "git::https://github.com/ONS-Innovation/keh-aws-iam-key-rotation.git?ref=v0.1.1"
191
192
iam_username = aws_iam_user.user.name
193
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
0 commit comments