We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 858bae5 + 188aabf commit 9daedfbCopy full SHA for 9daedfb
1 file changed
terraform/batch/main.tf
@@ -11,7 +11,7 @@ resource "aws_iam_policy" "s3_access" {
11
}
12
13
module "batch_eventbridge" {
14
- source = "git::https://github.com/ONS-Innovation/keh-scheduled-batch-tf-module.git?ref=v1.1.0"
+ source = "git::https://github.com/ONS-Innovation/keh-scheduled-batch-tf-module.git?ref=v1.1.1"
15
16
aws_account_id = var.aws_account_id
17
aws_access_key_id = var.aws_access_key_id
0 commit comments