We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9daedfb + 146f5ba commit f3dba1dCopy full SHA for f3dba1d
1 file changed
terraform/batch/main.tf
@@ -106,7 +106,7 @@ resource "aws_iam_user_group_membership" "user_group_attach" {
106
107
# IAM Key Rotation Module
108
module "iam_key_rotation" {
109
- 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"
110
111
iam_username = aws_iam_user.user.name
112
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn
0 commit comments