Skip to content

Commit 2946f10

Browse files
authored
Merge pull request #75 from ONS-Innovation/KEH-2076
KEH-2076 - Update IAM Rotation module to v0.1.1
2 parents 54f7837 + 3512c8f commit 2946f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ resource "aws_iam_user_group_membership" "user_group_attach" {
187187

188188
# IAM Key Rotation Module
189189
module "iam_key_rotation" {
190-
source = "git::https://github.com/ONS-Innovation/keh-aws-iam-key-rotation.git?ref=v0.1.0"
190+
source = "git::https://github.com/ONS-Innovation/keh-aws-iam-key-rotation.git?ref=v0.1.1"
191191

192192
iam_username = aws_iam_user.user.name
193193
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn

0 commit comments

Comments
 (0)