Skip to content

Commit 26c14dc

Browse files
chore(deps): update terraform cloudposse/efs/aws to v0.34.0
1 parent 07899c8 commit 26c14dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module "ecr" {
7474
# EFS to store Jenkins state (settings, jobs, etc.)
7575
module "efs" {
7676
source = "cloudposse/efs/aws"
77-
version = "0.32.7"
77+
version = "0.34.0"
7878
attributes = ["efs"]
7979
region = var.region
8080
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)