Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/efs/aws to v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 17, 2023
1 parent 07899c8 commit 26c14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.34.0"
attributes = ["efs"]
region = var.region
vpc_id = var.vpc_id
Expand Down

0 comments on commit 26c14dc

Please sign in to comment.