Skip to content

Commit f3dba1d

Browse files
authored
Merge pull request #18 from ONS-Innovation/KEH2076
KEH-2076 - Update IAM Rotation module to v0.1.1
2 parents 9daedfb + 146f5ba commit f3dba1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/batch/main.tf

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

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

111111
iam_username = aws_iam_user.user.name
112112
access_key_secret_arn = aws_secretsmanager_secret.access_key.arn

0 commit comments

Comments
 (0)