Skip to content

Commit 146f5ba

Browse files
authored
Update main.tf
1 parent 9daedfb commit 146f5ba

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)