diff --git a/main.tf b/main.tf index c0aa968..d37b850 100644 --- a/main.tf +++ b/main.tf @@ -74,7 +74,7 @@ module "ecr" { # EFS to store Jenkins state (settings, jobs, etc.) module "efs" { source = "cloudposse/efs/aws" - version = "0.32.7" + version = "0.33.0" attributes = ["efs"] region = var.region vpc_id = var.vpc_id